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 dda8bea commit 2ea667eCopy full SHA for 2ea667e
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: debug-statements
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
-- repo: https://github.com/asottile/reorder_python_imports
+- repo: https://github.com/asottile/reorder-python-imports
10
rev: v3.9.0
11
hooks:
12
- id: reorder-python-imports
@@ -17,7 +17,7 @@ repos:
17
- id: black
18
args: [--line-length=79]
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.3.1
+ rev: v3.4.0
21
22
- id: pyupgrade
23
args: [--py37-plus]
0 commit comments