Skip to content

Commit 09cd14b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 6f1694a commit 09cd14b

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-docstring-first
88
- id: check-yaml
@@ -25,11 +25,11 @@ repos:
2525
- id: isort
2626
args: ["--profile", "black"]
2727
- repo: https://github.com/psf/black
28-
rev: 25.1.0
28+
rev: 25.9.0
2929
hooks:
3030
- id: black
3131
args: ["--line-length", "120"]
3232
- repo: https://github.com/pycqa/flake8
33-
rev: 7.2.0
33+
rev: 7.3.0
3434
hooks:
3535
- id: flake8

0 commit comments

Comments
 (0)