We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fa7e1 commit 4eb7b73Copy full SHA for 4eb7b73
.pre-commit-config.yaml
@@ -10,8 +10,8 @@ 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
14
- rev: v3.12.0
+- repo: https://github.com/asottile/reorder-python-imports
+ rev: v3.13.0
15
hooks:
16
- id: reorder-python-imports
17
args: ['--py39-plus']
@@ -20,12 +20,12 @@ repos:
20
21
- id: add-trailing-comma
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v3.15.2
+ rev: v3.16.0
24
25
- id: pyupgrade
26
args: ['--py310-plus']
27
- repo: https://github.com/hhatto/autopep8
28
- rev: v2.1.0
+ rev: v2.2.0
29
30
- id: autopep8
31
- repo: https://github.com/PyCQA/flake8
0 commit comments