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 644c82d commit b0a6842Copy full SHA for b0a6842
.pre-commit-config.yaml
@@ -47,11 +47,13 @@ repos:
47
- id: pyupgrade
48
args: [--py310-plus]
49
50
-- repo: https://github.com/asottile/reorder-python-imports
51
- rev: v3.14.0
+- repo: https://github.com/PyCQA/isort
+ rev: 5.13.2
52
hooks:
53
- - id: reorder-python-imports
54
- args: [--py310-plus, --add-import, "from __future__ import annotations"]
+ - id: isort
+ name: isort (python)
55
+ args: [--add-import, "from __future__ import annotations"]
56
+ types: [python]
57
58
- repo: https://github.com/pre-commit/pre-commit-hooks
59
rev: v5.0.0
0 commit comments