diff --git a/pyproject.toml b/pyproject.toml index 72c569b..0ff8c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +97,10 @@ sphinx = "pytest_doctest_docutils" [tool.mypy] strict = true +files = [ + "src/", + "tests/", +] [build-system] requires = ["poetry_core>=1.0.0"]