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 fdd4f03 commit b101202Copy full SHA for b101202
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: reorder-python-imports
13
14
- repo: https://github.com/psf/black
15
- rev: '23.10.1'
+ rev: '24.3.0'
16
hooks:
17
- id: black
18
args:
@@ -21,13 +21,13 @@ repos:
21
- "120"
22
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v3.15.0
+ rev: v3.15.1
25
26
- id: pyupgrade
27
args: ["--py38-plus"]
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: 'v1.6.1'
+ rev: 'v1.9.0'
31
32
- id: mypy
33
@@ -39,7 +39,7 @@ repos:
39
- types-regex
40
41
- repo: https://github.com/pycqa/flake8
42
- rev: '6.1.0' # pick a git hash / tag to point to
+ rev: '7.0.0' # pick a git hash / tag to point to
43
44
- id: flake8
45
0 commit comments