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 c6b5017 commit 3e93df4Copy full SHA for 3e93df4
.pre-commit-config.yaml
@@ -13,8 +13,8 @@ repos:
13
- id: trailing-whitespace
14
types: [text]
15
stages: [commit, push, manual]
16
- - repo: https://github.com/asottile/reorder_python_imports
17
- rev: v3.9.0
+ - repo: https://github.com/asottile/reorder-python-imports
+ rev: v3.10.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.3.2
+ rev: v3.7.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.2.0
+ rev: v2.3.0
41
42
- id: setup-cfg-fmt
43
args: [--min-py3-version, '3.7']
0 commit comments