Skip to content

Commit ce58e5a

Browse files
committed
[CI] try to trigger update authors in pre-commit.ci
1 parent 8d764b3 commit ce58e5a

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,10 @@ repos:
140140
language: python
141141
pass_filenames: false
142142

143-
# - id: update_authors
144-
# name: "Update authors"
145-
# entry: python buildbot/update_authors.py
146-
# language: python
147-
# pass_filenames: true
143+
- id: update_authors
144+
name: "Update authors"
145+
# Only runs when invoked with --hook-stage manual (e.g. in CI job)
146+
stages: [manual]
147+
language: python
148+
entry: python buildbot/update_authors.py
149+
pass_filenames: true

src/shammodels/sph/src/pySPHModel.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/**
1111
* @file pySPHModel.cpp
1212
* @author David Fang (david.fang@ikmail.com)
13-
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1413
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr)
1514
* @brief
1615
*/

0 commit comments

Comments
 (0)