Skip to content

Commit cab1e5b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.8.3](commitizen-tools/commitizen@v4.7.2...v4.8.3) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.0](pre-commit/mirrors-mypy@v1.15.0...v1.17.0)
1 parent 8b1e61b commit cab1e5b

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
@@ -23,7 +23,7 @@ repos:
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.8.3
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.17.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)