We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent d2017c3 commit 1b64ed9Copy full SHA for 1b64ed9
1 file changed
.pre-commit-config.yaml
@@ -8,18 +8,18 @@ ci:
8
9
repos:
10
- repo: https://github.com/psf/black
11
- rev: 24.4.2
+ rev: 24.8.0
12
hooks:
13
- id: black
14
args:
15
- --diff
16
- --check
17
- repo: https://github.com/PyCQA/flake8
18
- rev: 7.1.0
+ rev: 7.1.1
19
20
- id: flake8
21
- repo: https://github.com/PyCQA/pylint
22
- rev: v3.2.4
+ rev: v3.2.6
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.10.1
+ rev: v1.11.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.16.0
+ rev: v3.17.0
49
50
- id: pyupgrade
51
0 commit comments