We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60feca commit 5fcece3Copy full SHA for 5fcece3
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.6.1
+ rev: v4.8.2
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -39,7 +39,7 @@ repos:
39
additional_dependencies:
40
- [email protected]
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.11.8
+ rev: v0.11.12
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
@@ -52,7 +52,7 @@ repos:
52
53
- id: codespell
54
- repo: https://github.com/pre-commit/mirrors-mypy
55
- rev: v1.15.0
+ rev: v1.16.0
56
57
- id: mypy
58
additional_dependencies: []
0 commit comments