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 4a3ee5d commit d354ec2Copy full SHA for d354ec2
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
hooks:
20
- id: flake8
21
- repo: https://github.com/PyCQA/pylint
22
- rev: v3.3.2
+ rev: v3.3.3
23
24
- id: pylint
25
args:
@@ -33,7 +33,7 @@ repos:
33
- gql[aiohttp]~=3.5.0
34
- async-lru~=1.0.3
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v1.13.0
+ rev: v1.14.1
37
38
- id: mypy
39
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
45
46
47
- repo: https://github.com/asottile/pyupgrade
48
- rev: v3.19.0
+ rev: v3.19.1
49
50
- id: pyupgrade
51
0 commit comments