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 23e89b9 commit 66481ddCopy full SHA for 66481dd
.pre-commit-config.yaml
@@ -51,13 +51,13 @@ repos:
51
52
- repo: https://github.com/asottile/pyupgrade
53
# keep it after flake8
54
- rev: v3.16.0
+ rev: v3.17.0
55
hooks:
56
- id: pyupgrade
57
args: ["--py39-plus"]
58
59
- repo: https://github.com/pre-commit/mirrors-mypy
60
- rev: v1.10.0
+ rev: v1.11.0
61
62
- id: mypy
63
additional_dependencies:
@@ -67,7 +67,7 @@ repos:
67
- types-requests
68
69
- repo: https://github.com/pycqa/pylint
70
- rev: v3.2.3
+ rev: v3.2.6
71
72
- id: pylint
73
0 commit comments