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