Skip to content

Commit 724f9e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.2.0](PyCQA/flake8@7.1.0...7.2.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/commitizen-tools/commitizen: v3.27.0 → v4.7.2](commitizen-tools/commitizen@v3.27.0...v4.7.2) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.15.0](pre-commit/mirrors-mypy@v1.10.1...v1.15.0)
1 parent 7232af1 commit 724f9e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
args: ['--maxkb=5000']
@@ -18,20 +18,20 @@ repos:
1818
exclude: .git/COMMIT_EDITMSG
1919
- id: trailing-whitespace
2020
- repo: https://github.com/psf/black
21-
rev: 24.4.2
21+
rev: 25.1.0
2222
hooks:
2323
- id: black
2424
exclude: (.*)/migrations
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.1.0
26+
rev: 7.2.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: 5.13.2
34+
rev: 6.0.1
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: v3.27.0
43+
rev: v4.7.2
4444
hooks:
4545
- id: commitizen
4646
stages: [commit-msg]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: 'v1.10.1' # Use the sha / tag you want to point at
48+
rev: 'v1.15.0' # 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)