We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de11192 commit 5ef1b4aCopy full SHA for 5ef1b4a
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
hooks:
8
- id: black
9
- repo: https://github.com/commitizen-tools/commitizen
10
- rev: v3.12.0
+ rev: v3.13.0
11
12
- id: commitizen
13
stages: [commit-msg]
@@ -47,6 +47,6 @@ repos:
47
- id: rst-directive-colons
48
- id: rst-inline-touching-normal
49
- repo: https://github.com/maxbrunet/pre-commit-renovate
50
- rev: 37.68.3
+ rev: 37.83.0
51
52
- id: renovate-config-validator
requirements-lint.txt
@@ -1,7 +1,7 @@
1
-r requirements.txt
2
argcomplete==2.0.0
3
black==23.11.0
4
-commitizen==3.12.0
+commitizen==3.13.0
5
flake8==6.1.0
6
isort==5.12.0
mypy==1.7.1
0 commit comments