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.
This commit is contained in:
Xarvex
2025-08-25 22:53:50 -05:00
parent 02a56892e6
commit eb2887e871

View File

@@ -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