diff --git a/.github/config.yml b/.github/config.yml index e4dfdb608..2fa5f1228 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e07bcbfb..ad3a865bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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'