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 e460ce4 commit 327a5f9Copy full SHA for 327a5f9
.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
args: [--py38-plus, --add-import, 'from __future__ import annotations']
@@ -28,7 +28,7 @@ repos:
28
- id: pyupgrade
29
args: [--py38-plus]
30
- repo: https://github.com/hhatto/autopep8
31
- rev: v2.1.1
+ rev: v2.2.0
32
33
- id: autopep8
34
- repo: https://github.com/PyCQA/flake8
0 commit comments