@@ -7,12 +7,12 @@ repos:
|
7 | 7 | hooks: |
8 | 8 | - id: black |
9 | 9 | - repo: https://github.com/commitizen-tools/commitizen |
10 | | -rev: v4.1.1 |
| 10 | +rev: v4.2.1 |
11 | 11 | hooks: |
12 | 12 | - id: commitizen |
13 | 13 | stages: [commit-msg] |
14 | 14 | - repo: https://github.com/pycqa/flake8 |
15 | | -rev: 7.1.1 |
| 15 | +rev: 7.1.2 |
16 | 16 | hooks: |
17 | 17 | - id: flake8 |
18 | 18 | - repo: https://github.com/pycqa/isort |
@@ -32,7 +32,7 @@ repos:
|
32 | 32 | - requests-toolbelt==1.0.0 |
33 | 33 | files: 'gitlab/' |
34 | 34 | - repo: https://github.com/pre-commit/mirrors-mypy |
35 | | -rev: v1.14.1 |
| 35 | +rev: v1.15.0 |
36 | 36 | hooks: |
37 | 37 | - id: mypy |
38 | 38 | args: [] |
@@ -51,6 +51,6 @@ repos:
|
51 | 51 | - id: rst-directive-colons |
52 | 52 | - id: rst-inline-touching-normal |
53 | 53 | - repo: https://github.com/maxbrunet/pre-commit-renovate |
54 | | -rev: 39.156.1 |
| 54 | +rev: 39.171.1 |
55 | 55 | hooks: |
56 | 56 | - id: renovate-config-validator |