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 1443f2e + 9232e48 commit 85a98e1Copy full SHA for 85a98e1
.pre-commit-config.yaml
@@ -18,12 +18,12 @@ repos:
18
hooks:
19
- id: autopep8
20
- repo: https://github.com/asottile/reorder_python_imports
21
- rev: v2.7.1
+ rev: v3.0.1
22
23
- id: reorder-python-imports
24
args: [--py37-plus, --add-import, 'from __future__ import annotations']
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.31.0
+ rev: v2.31.1
27
28
- id: pyupgrade
29
args: [--py37-plus]
@@ -33,7 +33,7 @@ repos:
33
- id: add-trailing-comma
34
args: [--py36-plus]
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v0.931
+ rev: v0.940
37
38
- id: mypy
39
additional_dependencies: [types-all]
0 commit comments