Skip to content

Commit d80152f

Browse files
committed
pyproject revert
1 parent 75be6eb commit d80152f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: pyproject.toml

+11
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,17 @@ version = {attr = "array_api_compat.__version__"}
6161
include = ["array_api_compat*"]
6262
namespaces = false
6363

64+
[toolint]
65+
preview = true
66+
select = [
67+
# Defaults
68+
"E4", "E7", "E9", "F",
69+
# Undefined export
70+
"F822",
71+
# Useless import alias
72+
"PLC0414"
73+
]
74+
6475
ignore = [
6576
# Module import not at top of file
6677
"E402",

0 commit comments

Comments
 (0)