We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5294a48 commit c51c6f2Copy full SHA for c51c6f2
.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.13.8
+ rev: v4.13.9
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: 43.31.1
+ rev: 43.46.6
55
56
- id: renovate-config-validator
requirements-lint.txt
@@ -1,9 +1,9 @@
1
-r requirements.txt
2
argcomplete==2.0.0
3
black==26.1.0
4
-commitizen==4.13.8
+commitizen==4.13.9
5
flake8==7.3.0
6
-isort==8.0.0
+isort==8.0.1
mypy==1.19.1
pylint==4.0.5
pytest==9.0.2
0 commit comments