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.
pre-commit
1 parent 08d3b4e commit 6eb6758Copy full SHA for 6eb6758
.pre-commit-config.yaml
@@ -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.15.0
+ rev: v1.16.0
37
hooks:
38
- id: mypy
39
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
45
46
47
- repo: https://github.com/asottile/pyupgrade
48
- rev: v3.19.1
+ rev: v3.20.0
49
50
- id: pyupgrade
51
args:
0 commit comments