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 8d28c9a commit 6dbd53bCopy full SHA for 6dbd53b
.pre-commit-config.yaml
@@ -21,16 +21,16 @@ repos:
21
hooks:
22
- id: autopep8
23
- repo: https://github.com/pre-commit/pre-commit
24
- rev: v2.7.1
+ rev: v2.8.2
25
26
- id: validate_manifest
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.7.3
+ rev: v2.7.4
29
30
- id: pyupgrade
31
args: [--py36-plus]
32
- repo: https://github.com/asottile/reorder_python_imports
33
- rev: v2.3.5
+ rev: v2.3.6
34
35
- id: reorder-python-imports
36
args: [--py3-plus]
0 commit comments