mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user