Thanks to visit codestin.com Credit goes to github.com
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 dd144c9 + 1f12855 commit 15d9f7fCopy full SHA for 15d9f7f
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder-python-imports
17
- rev: v3.12.0
+ rev: v3.13.0
18
19
- id: reorder-python-imports
20
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
@@ -29,7 +29,7 @@ repos:
29
- id: pyupgrade
30
args: [--py39-plus]
31
- repo: https://github.com/hhatto/autopep8
32
- rev: v2.1.1
+ rev: v2.2.0
33
34
- id: autopep8
35
- repo: https://github.com/PyCQA/flake8
0 commit comments