Skip to content

Commit de5ab69

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.2](codespell-project/codespell@v2.1.0...v2.2.2) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
1 parent 8c8a79c commit de5ab69

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)