diff --git a/pyproject.toml b/pyproject.toml index 2cfb10a3..ac74be2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,6 @@ qt_api = "pyside6" [tool.pyright] ignore = [".venv/**"] include = ["src/tagstudio", "tests"] -extraPaths = ["src/tagstudio", "tests"] reportAny = false reportIgnoreCommentWithoutRule = false reportImplicitStringConcatenation = false