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 a31ac07 commit 1a218ceCopy full SHA for 1a218ce
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: double-quote-string-fixer
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
-- repo: https://github.com/asottile/reorder_python_imports
+- repo: https://github.com/asottile/reorder-python-imports
13
rev: v3.9.0
14
hooks:
15
- id: reorder-python-imports
@@ -20,7 +20,7 @@ repos:
20
- id: add-trailing-comma
21
args: [--py36-plus]
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v3.3.2
+ rev: v3.4.0
24
25
- id: pyupgrade
26
args: [--py37-plus]
0 commit comments