We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2be1f7 commit 7dc2fa6Copy full SHA for 7dc2fa6
.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.13.0
+ rev: v3.14.1
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.153.0
+ rev: 37.168.5
51
52
- id: renovate-config-validator
requirements-docker.txt
@@ -1,3 +1,3 @@
1
-r requirements.txt
2
-r requirements-test.txt
3
-pytest-docker==2.1.0
+pytest-docker==2.2.0
requirements-lint.txt
@@ -1,7 +1,7 @@
argcomplete==2.0.0
black==24.1.1
4
-commitizen==3.13.0
+commitizen==3.14.1
5
flake8==7.0.0
6
isort==5.13.2
mypy==1.8.0
0 commit comments