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 1003bea commit 6432fc2Copy full SHA for 6432fc2
.pre-commit-config.yaml
@@ -29,12 +29,12 @@ repos:
29
- flake8-typing-imports==1.9.0
30
- flake8-docstrings==1.5.0
31
- repo: https://github.com/asottile/reorder_python_imports
32
- rev: v2.3.6
+ rev: v2.4.0
33
hooks:
34
- id: reorder-python-imports
35
args: ['--application-directories=.:src', --py36-plus]
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v2.9.0
+ rev: v2.10.0
38
39
- id: pyupgrade
40
args: [--py36-plus]
@@ -43,7 +43,7 @@ repos:
43
44
- id: setup-cfg-fmt
45
- repo: https://github.com/pre-commit/pygrep-hooks
46
- rev: v1.7.0
+ rev: v1.7.1
47
48
- id: python-use-type-annotations
49
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments