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 da7c2b3 + aabb477 commit 85db7dfCopy full SHA for 85db7df
.pre-commit-config.yaml
@@ -22,12 +22,12 @@ repos:
22
hooks:
23
- id: autopep8
24
- repo: https://github.com/asottile/reorder_python_imports
25
- rev: v2.7.1
+ rev: v3.0.1
26
27
- id: reorder-python-imports
28
args: [--py37-plus, --add-import, 'from __future__ import annotations']
29
- repo: https://github.com/asottile/pyupgrade
30
- rev: v2.31.0
+ rev: v2.31.1
31
32
- id: pyupgrade
33
args: [--py37-plus]
@@ -41,7 +41,7 @@ repos:
41
42
- id: setup-cfg-fmt
43
- repo: https://github.com/pre-commit/mirrors-mypy
44
- rev: v0.931
+ rev: v0.940
45
46
- id: mypy
47
additional_dependencies: [types-all]
0 commit comments