diff --git a/pyproject.toml b/pyproject.toml index c3f56b7a..308ab55c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,6 @@ line-ending = "auto" [tool.pyright] exclude = ["venv"] -ignore = ["**/*test.py", "**/*tests.py"] useLibraryCodeForTypes = true typeCheckingMode = "strict" reportImportCycles = false