Skip to content

Commit 3339e7a

Browse files
committed
ci: Add mypy default files
1 parent 712e49c commit 3339e7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ sphinx = "pytest_doctest_docutils"
9696

9797
[tool.mypy]
9898
strict = true
99+
files = [
100+
"src/",
101+
"tests/",
102+
]
99103

100104
[build-system]
101105
requires = ["poetry_core>=1.0.0"]

0 commit comments

Comments
 (0)