We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f908f0e commit 1f3e43aCopy full SHA for 1f3e43a
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- requests-toolbelt==1.0.0
33
files: 'gitlab/'
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v1.16.1
+ rev: v1.17.0
36
hooks:
37
- id: mypy
38
args: []
@@ -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: 41.23.5
+ rev: 41.40.0
55
56
- id: renovate-config-validator
requirements-lint.txt
@@ -4,7 +4,7 @@ black==25.1.0
4
commitizen==4.8.3
5
flake8==7.3.0
6
isort==6.0.1
7
-mypy==1.16.1
+mypy==1.17.0
8
pylint==3.3.7
9
pytest==8.4.1
10
responses==0.25.7
0 commit comments