We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f6802 commit b5d7767Copy full SHA for b5d7767
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v3.28.0
+ rev: v3.29.0
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -43,19 +43,19 @@ repos:
43
44
- id: isort
45
- repo: https://github.com/psf/black
46
- rev: 24.4.2
+ rev: 24.8.0
47
48
- id: black
49
- repo: https://github.com/codespell-project/codespell
50
rev: v2.3.0
51
52
- id: codespell
53
- repo: https://github.com/PyCQA/flake8
54
- rev: 7.1.0
+ rev: 7.1.1
55
56
- id: flake8
57
- repo: https://github.com/pre-commit/mirrors-mypy
58
- rev: v1.11.0
+ rev: v1.11.1
59
60
- id: mypy
61
additional_dependencies: []
0 commit comments