We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b117ee3 commit 25316d0Copy full SHA for 25316d0
‎.pre-commit-config.yaml‎
@@ -7,7 +7,7 @@ repos:
7
hooks:
8
- id: black
9
- repo: https://github.com/commitizen-tools/commitizen
10
- rev: v4.12.1
+ rev: v4.13.0
11
12
- id: commitizen
13
stages: [commit-msg]
@@ -51,6 +51,6 @@ repos:
51
- id: rst-directive-colons
52
- id: rst-inline-touching-normal
53
- repo: https://github.com/maxbrunet/pre-commit-renovate
54
- rev: 42.84.0
+ rev: 42.95.1
55
56
- id: renovate-config-validator
‎requirements-lint.txt‎
@@ -1,7 +1,7 @@
1
-r requirements.txt
2
argcomplete==2.0.0
3
black==26.1.0
4
-commitizen==4.12.1
+commitizen==4.13.0
5
flake8==7.3.0
6
isort==7.0.0
mypy==1.19.1
0 commit comments