From eb2887e871b8002f55d00db7f39aa36eeb79674c Mon Sep 17 00:00:00 2001 From: Xarvex Date: Mon, 25 Aug 2025 22:53:50 -0500 Subject: [PATCH] fix(pyproject): remove `extraPaths` intended for external libraries This also resolves issues in editors using the wrong paths for completion and reporting missing type stubs. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) 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