Skip to content

Commit ff0d700

Browse files
committed
skip mypy test on all test_integration* files
1 parent ae78467 commit ff0d700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ run.plugins = [
145145
[tool.mypy]
146146
python_version = "3.10"
147147
strict = true
148-
exclude = "^(.*/roots/.*)|(tests/test_integration.py)$"
148+
exclude = "^(.*/roots/.*)|(tests/test_integration*.py)$"
149149
overrides = [
150150
{ module = [
151151
"sphobjinv.*",

0 commit comments

Comments
 (0)