Skip to content

Commit 0ba6b29

Browse files
committed
ci: Add mypy default files
1 parent 57ab0ac commit 0ba6b29

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
@@ -97,6 +97,10 @@ sphinx = "pytest_doctest_docutils"
9797

9898
[tool.mypy]
9999
strict = true
100+
files = [
101+
"src/",
102+
"tests/",
103+
]
100104

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

0 commit comments

Comments
 (0)