Skip to content

Commit ba49a5c

Browse files
chore: pre-commit autoupdate
1 parent 0cad6f6 commit ba49a5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
newPRWelcomeComment: >
55
Thanks for opening this pull request!
66
It looks like this is your first time contributing to *fMRIPrep*. :smile:
7-
7+
88
We invite you to list yourself as an *fMRIPrep* contributor.
99
To learn more about what that entails and how we credit our contributors,
1010
please check out the
1111
[contributing guidelines](https://github.com/nipreps/fmriprep/blob/master/CONTRIBUTING.md#recognizing-contributions).
1212
If your name is not already on the list, please insert it, in alphabetical order, into the
1313
[``CONTRIBUTORS.md`` file](https://github.com/nipreps/fmriprep/blob/master/.maint/CONTRIBUTORS.md).
14-
14+
1515
Of course, if you want to opt-out this time there is no
1616
problem at all with adding your name later.
1717
You will be always welcome to add it in the future whenever

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
exclude: ".*/data/.*"
1+
exclude: ".*/data/.*|.maint/.*_author.*.py|.vscode/.*.json"
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
exclude: '.*\.svg'

0 commit comments

Comments
 (0)