Skip to content

Commit c6b0a88

Browse files
authored
Merge pull request #551 from nipype/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1109732 + de5ab69 commit c6b0a88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 22.3.0
12+
rev: 22.10.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/codespell-project/codespell
16-
rev: v2.1.0
16+
rev: v2.2.2
1717
hooks:
1818
- id: codespell
1919
exclude: ^(pydra/_version\.py|versioneer\.py)$
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 4.0.1
21+
rev: 5.0.4
2222
hooks:
2323
- id: flake8

0 commit comments

Comments
 (0)