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 015585d + 8c4f167 commit 9f02cc3Copy full SHA for 9f02cc3
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: setup-cfg-fmt
16
args: ['--min-py-version', '3.8']
17
- repo: https://github.com/asottile/reorder-python-imports
18
- rev: v3.12.0
+ rev: v3.13.0
19
hooks:
20
- id: reorder-python-imports
21
args: [--py38-plus, --add-import, 'from __future__ import annotations']
@@ -29,7 +29,7 @@ repos:
29
- id: pyupgrade
30
args: [--py38-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