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 76d9869 + 9289722 commit 6229df6Copy full SHA for 6229df6
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/reorder-python-imports
13
- rev: v3.12.0
+ rev: v3.13.0
14
hooks:
15
- id: reorder-python-imports
16
args: [--py311-plus, --add-import, 'from __future__ import annotations']
@@ -24,7 +24,7 @@ repos:
24
- id: pyupgrade
25
args: [--py311-plus]
26
- repo: https://github.com/hhatto/autopep8
27
- rev: v2.1.1
+ rev: v2.2.0
28
29
- id: autopep8
30
- repo: https://github.com/PyCQA/flake8
0 commit comments