We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c381bb commit c42dfd9Copy full SHA for c42dfd9
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.11.12
+ rev: v0.12.0
4
hooks:
5
# Run the linter.
6
- id: ruff-check
@@ -13,7 +13,7 @@ repos:
13
files: ^src/
14
15
- repo: https://github.com/pre-commit/mirrors-mypy
16
- rev: v1.15.0
+ rev: v1.16.1
17
18
# Run mypy type checking.
19
- id: mypy
@@ -30,3 +30,9 @@ repos:
30
types: [python]
31
pass_filenames: false
32
args: [ -v ]
33
+
34
+- repo: https://github.com/commitizen-tools/commitizen
35
+ rev: v4.8.3
36
+ hooks:
37
+ - id: commitizen
38
+ stages: [commit-msg]
0 commit comments