Skip to content

Commit

Permalink
skip mypy test on all test_integration* files
Browse files Browse the repository at this point in the history
  • Loading branch information
tikuma-lsuhsc committed Jun 18, 2024
1 parent ae78467 commit ff0d700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ run.plugins = [
[tool.mypy]
python_version = "3.10"
strict = true
exclude = "^(.*/roots/.*)|(tests/test_integration.py)$"
exclude = "^(.*/roots/.*)|(tests/test_integration*.py)$"
overrides = [
{ module = [
"sphobjinv.*",
Expand Down

0 comments on commit ff0d700

Please sign in to comment.