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 09b418a + eea3d58 commit 1416d6aCopy full SHA for 1416d6a
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
hooks:
15
- id: flake8
16
- repo: https://github.com/pre-commit/mirrors-autopep8
17
- rev: v1.5.7
+ rev: v1.6.0
18
19
- id: autopep8
20
- repo: https://github.com/asottile/reorder_python_imports
@@ -23,7 +23,7 @@ repos:
23
- id: reorder-python-imports
24
args: [--py3-plus]
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.29.1
+ rev: v2.31.0
27
28
- id: pyupgrade
29
0 commit comments