Skip to content

Commit 5be42eb

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) - [github.com/commitizen-tools/commitizen: v4.7.2 → v4.9.1](commitizen-tools/commitizen@v4.7.2...v4.9.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2)
1 parent 8b1e61b commit 5be42eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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-added-large-files
88
args: ['--maxkb=5000']
@@ -18,12 +18,12 @@ repos:
1818
exclude: .git/COMMIT_EDITMSG
1919
- id: trailing-whitespace
2020
- repo: https://github.com/psf/black
21-
rev: 25.1.0
21+
rev: 25.9.0
2222
hooks:
2323
- id: black
2424
exclude: (.*)/migrations
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.2.0
26+
rev: 7.3.0
2727
hooks:
2828
- id: flake8
2929
- repo: https://github.com/asottile/seed-isort-config
@@ -40,12 +40,12 @@ repos:
4040
# hooks:
4141
# - id: bandit
4242
- repo: https://github.com/commitizen-tools/commitizen
43-
rev: v4.7.2
43+
rev: v4.9.1
4444
hooks:
4545
- id: commitizen
4646
stages: [commit-msg]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: 'v1.15.0' # Use the sha / tag you want to point at
48+
rev: 'v1.18.2' # Use the sha / tag you want to point at
4949
hooks:
5050
- id: mypy
5151
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)