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 6ccae98 commit 31c81c0Copy full SHA for 31c81c0
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: double-quote-string-fixer
11
- id: name-tests-test
12
- id: requirements-txt-fixer
13
-- repo: https://github.com/asottile/reorder_python_imports
+- repo: https://github.com/asottile/reorder-python-imports
14
rev: v3.12.0
15
hooks:
16
- id: reorder-python-imports
@@ -25,7 +25,7 @@ repos:
25
- id: pyupgrade
26
args: ['--py310-plus']
27
- repo: https://github.com/hhatto/autopep8
28
- rev: v2.1.0
+ rev: v2.1.1
29
30
- id: autopep8
31
- repo: https://github.com/PyCQA/flake8
0 commit comments