Skip to content

Commit 772d88b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent d3e05c1 commit 772d88b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-yaml
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/psf/black
15-
rev: 24.2.0
15+
rev: 24.4.2
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 7.0.0
19+
rev: 7.1.0
2020
hooks:
2121
- id: flake8
2222
exclude: ^(pydra_ml/_version\.py|versioneer\.py)$
@@ -27,7 +27,7 @@ repos:
2727
args: ["--profile", "black"]
2828
exclude: ^(pydra_ml/_version\.py|versioneer\.py)$
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.2.6
30+
rev: v2.3.0
3131
hooks:
3232
- id: codespell
3333
exclude: ^(pydra_ml/_version\.py|versioneer\.py)$

0 commit comments

Comments
 (0)