Skip to content

Commit c3559a8

Browse files
committed
test: fix pre-commit
1 parent a28377b commit c3559a8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ version_tuple = {version_tuple!r}
139139
]
140140

141141
[tool.ruff.lint.per-file-ignores]
142-
"tests/*.py" = ["ANN201", "D1", "S101"]
142+
"tests/*.py" = ["ANN201", "D1", "INP001", "S101"]
143143

144144
[tool.ruff.lint.flake8-import-conventions]
145145
banned-from = ["array_api_typing"]

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)