Skip to content

Commit 1fa6ff0

Browse files
committed
mypy exclude tests
1 parent 0626df8 commit 1fa6ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ warn_unused_ignores = true
4444
warn_return_any = true
4545
warn_unreachable = true
4646
strict_equality = true
47-
exclude = "^tests/test_"
47+
exclude = "tests"

0 commit comments

Comments
 (0)