Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
newPRWelcomeComment: >
Thanks for opening this pull request!
It looks like this is your first time contributing to *fMRIPrep*. :smile:

We invite you to list yourself as an *fMRIPrep* contributor.
To learn more about what that entails and how we credit our contributors,
please check out the
[contributing guidelines](https://github.com/nipreps/fmriprep/blob/master/CONTRIBUTING.md#recognizing-contributions).
If your name is not already on the list, please insert it, in alphabetical order, into the
[``CONTRIBUTORS.md`` file](https://github.com/nipreps/fmriprep/blob/master/.maint/CONTRIBUTORS.md).

Of course, if you want to opt-out this time there is no
problem at all with adding your name later.
You will be always welcome to add it in the future whenever
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: ".*/data/.*"
exclude: ".*/data/.*|.maint/.*_author.*.py|.vscode/.*.json"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
exclude: '.*\.svg'
Expand Down