We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent 14f025a commit e9609beCopy full SHA for e9609be
1 file changed
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/psf/black
11
- rev: 23.11.0
+ rev: 23.12.1
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.0.1
+ rev: v3.0.3
23
24
- id: pylint
25
@@ -33,7 +33,7 @@ repos:
33
- gql[aiohttp]~=3.3.0
34
- async-lru~=1.0.3
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v1.7.1
+ rev: v1.8.0
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: 5.12.0
+ rev: 5.13.2
55
56
- id: isort
57
name: isort
0 commit comments