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 b371312 + 85db8f0 commit 7c774efCopy full SHA for 7c774ef
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
types: [text]
15
stages: [commit, push, manual]
16
- repo: https://github.com/asottile/reorder_python_imports
17
- rev: v3.8.5
+ rev: v3.9.0
18
hooks:
19
- id: reorder-python-imports
20
args: [--application-directories, '.:src', --py37-plus]
@@ -23,7 +23,7 @@ repos:
23
24
- id: black
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.1.0
+ rev: v3.2.0
27
28
- id: pyupgrade
29
args: [--py37-plus]
@@ -37,7 +37,7 @@ repos:
37
38
- id: gitlint
39
- repo: https://github.com/asottile/setup-cfg-fmt
40
- rev: v2.1.0
+ rev: v2.2.0
41
42
- id: setup-cfg-fmt
43
args: [--min-py3-version, '3.7']
0 commit comments