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 537c94b commit 22e29e1Copy full SHA for 22e29e1
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: name-tests-test
12
- id: requirements-txt-fixer
13
- repo: https://github.com/asottile/reorder_python_imports
14
- rev: v3.8.3
+ rev: v3.9.0
15
hooks:
16
- id: reorder-python-imports
17
args: ['--py38-plus']
@@ -21,12 +21,12 @@ repos:
21
- id: add-trailing-comma
22
args: ['--py36-plus']
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v2.38.2
+ rev: v3.2.2
25
26
- id: pyupgrade
27
28
- repo: https://github.com/pre-commit/mirrors-autopep8
29
- rev: v1.7.0
+ rev: v2.0.0
30
31
- id: autopep8
32
- repo: https://github.com/PyCQA/flake8
0 commit comments