Skip to content

Commit

Permalink
no mypy for test files
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Jun 19, 2024
1 parent 46b0a9f commit ca75020
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 @@ -111,7 +111,7 @@ src_paths = ["src", "tests"]

[tool.mypy]
python_version = "3.9"
files = ["src", "tests"]
files = ["src"]
strict = false
warn_unused_configs = true
show_error_codes = true
Expand Down

0 comments on commit ca75020

Please sign in to comment.