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.
2 parents 3971569 + f9af4e2 commit 5420c70Copy full SHA for 5420c70
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder_python_imports
17
- rev: v3.8.3
+ rev: v3.8.4
18
19
- id: reorder-python-imports
20
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -24,7 +24,7 @@ repos:
24
- id: add-trailing-comma
25
args: [--py36-plus]
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v2.38.2
+ rev: v3.1.0
28
29
- id: pyupgrade
30
args: [--py37-plus]
@@ -37,7 +37,7 @@ repos:
37
38
- id: flake8
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
- rev: v0.981
+ rev: v0.982
41
42
- id: mypy
43
additional_dependencies: [types-all]
0 commit comments