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.
2 parents b18db09 + 546d1a0 commit 9b2bf68Copy full SHA for 9b2bf68
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/reorder_python_imports
13
- rev: v3.8.5
+ rev: v3.9.0
14
hooks:
15
- id: reorder-python-imports
16
args: [--py36-plus]
@@ -20,12 +20,12 @@ repos:
20
- id: add-trailing-comma
21
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v3.1.0
+ rev: v3.2.2
24
25
- id: pyupgrade
26
27
- repo: https://github.com/pre-commit/mirrors-autopep8
28
- rev: v1.7.0
+ rev: v2.0.0
29
30
- id: autopep8
31
- repo: https://github.com/PyCQA/flake8
0 commit comments