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 b6cfd39 commit 4abf724Copy full SHA for 4abf724
.github/action_helper.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
import sys
4
5
.pre-commit-config.yaml
@@ -29,14 +29,12 @@ repos:
29
hooks:
30
- id: isort
31
args: ["-a", "from __future__ import annotations"]
32
- exclude: ^.github/action_helper.py$
33
34
- repo: https://github.com/asottile/pyupgrade
35
rev: v2.32.0
36
37
- id: pyupgrade
38
args: [--py37-plus]
39
40
41
- repo: https://github.com/tox-dev/pyproject-fmt
42
rev: "0.3.3"
0 commit comments