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 ae766d4 + 8560c17 commit 79f3af8Copy full SHA for 79f3af8
.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.1
+ rev: v3.8.2
18
hooks:
19
- id: reorder-python-imports
20
args: [--application-directories, '.:src', --py36-plus]
@@ -23,7 +23,7 @@ repos:
23
24
- id: black
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.37.1
+ rev: v2.37.2
27
28
- id: pyupgrade
29
args: [--py36-plus]
@@ -37,7 +37,7 @@ repos:
37
38
- id: gitlint
39
- repo: https://github.com/asottile/setup-cfg-fmt
40
- rev: v1.20.1
+ rev: v1.20.2
41
42
- id: setup-cfg-fmt
43
args: [--min-py3-version, '3.6']
0 commit comments