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 7209646 + 7e58b19 commit 9dbd248Copy full SHA for 9dbd248
1 file changed
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
exclude: ^identify/vendor/licenses\.py$
22
additional_dependencies: [flake8-typing-imports==1.10.1]
23
- repo: https://github.com/pre-commit/mirrors-autopep8
24
- rev: v1.5.6
+ rev: v1.5.7
25
hooks:
26
- id: autopep8
27
- repo: https://github.com/asottile/reorder_python_imports
@@ -35,7 +35,7 @@ repos:
35
- id: add-trailing-comma
36
args: [--py36-plus]
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v2.13.0
+ rev: v2.14.0
39
40
- id: pyupgrade
41
0 commit comments