We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d764b3 commit ce58e5aCopy full SHA for ce58e5a
2 files changed
.pre-commit-config.yaml
@@ -140,8 +140,10 @@ repos:
140
language: python
141
pass_filenames: false
142
143
- # - id: update_authors
144
- # name: "Update authors"
145
- # entry: python buildbot/update_authors.py
146
- # language: python
147
- # pass_filenames: true
+ - id: update_authors
+ name: "Update authors"
+ # Only runs when invoked with --hook-stage manual (e.g. in CI job)
+ stages: [manual]
+ language: python
148
+ entry: python buildbot/update_authors.py
149
+ pass_filenames: true
src/shammodels/sph/src/pySPHModel.cpp
@@ -10,7 +10,6 @@
10
/**
11
* @file pySPHModel.cpp
12
* @author David Fang (david.fang@ikmail.com)
13
- * @author Timothée David--Cléris (tim.shamrock@proton.me)
14
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr)
15
* @brief
16
*/
0 commit comments