Skip to content

Commit 699762d

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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@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/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.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 2718da4 commit 699762d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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']
@@ -17,21 +17,21 @@ repos:
1717
- id: mixed-line-ending
1818
exclude: .git/COMMIT_EDITMSG
1919
- id: trailing-whitespace
20-
- repo: https://github.com/psf/black
21-
rev: 25.1.0
20+
- repo: https://github.com/psf/black-pre-commit-mirror
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
3030
rev: v2.2.0
3131
hooks:
3232
- id: seed-isort-config
3333
- repo: https://github.com/PyCQA/isort
34-
rev: 6.0.1
34+
rev: 7.0.0
3535
hooks:
3636
- id: isort
3737
args: ["--profile", "black"]
@@ -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)