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 378b72d commit c7333d8Copy full SHA for c7333d8
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
hooks:
21
- id: isort
22
- repo: https://github.com/pycqa/pylint
23
- rev: v4.0.1
+ rev: v4.0.2
24
25
- id: pylint
26
additional_dependencies:
@@ -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.146.0
+ rev: 41.165.3
55
56
- id: renovate-config-validator
requirements-lint.txt
@@ -5,7 +5,7 @@ commitizen==4.9.1
5
flake8==7.3.0
6
isort==7.0.0
7
mypy==1.18.2
8
-pylint==4.0.1
+pylint==4.0.2
9
pytest==8.4.2
10
responses==0.25.8
11
respx==0.22.0
0 commit comments