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 db988bf commit 9bd56eaCopy full SHA for 9bd56ea
.pre-commit-config.yaml
@@ -7,8 +7,8 @@ ci:
7
autoupdate_schedule: monthly
8
9
repos:
10
-- repo: https://github.com/psf/black
11
- rev: 25.1.0
+- repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
12
hooks:
13
- id: black
14
args:
@@ -19,7 +19,7 @@ repos:
19
20
- id: flake8
21
- repo: https://github.com/PyCQA/pylint
22
- rev: v3.3.8
+ rev: v3.3.9
23
24
- id: pylint
25
@@ -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.17.1
+ rev: v1.18.2
37
38
- id: mypy
39
additional_dependencies:
@@ -51,7 +51,7 @@ repos:
51
52
- --py36-plus
53
- repo: https://github.com/pycqa/isort
54
- rev: 6.0.1
+ rev: 6.1.0
55
56
- id: isort
57
name: isort
0 commit comments