mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-06-13 02:46:40 +00:00
fix(ci): address remaining pyright errors (#1368)
* fix(ci): address remaining pyright errors * fix: implement review feedback
This commit is contained in:
committed by
GitHub
parent
a7b6636a0b
commit
3846b65758
@@ -102,6 +102,7 @@ include = ["src/tagstudio", "tests"]
|
||||
reportAny = false
|
||||
reportIgnoreCommentWithoutRule = false
|
||||
reportImplicitStringConcatenation = false
|
||||
reportImportCycles = false
|
||||
reportMissingTypeArgument = false
|
||||
reportMissingTypeStubs = false
|
||||
# reportOptionalMemberAccess = false
|
||||
@@ -110,6 +111,7 @@ reportUnknownArgumentType = false
|
||||
reportUnknownLambdaType = false
|
||||
reportUnknownMemberType = false
|
||||
reportUnusedCallResult = false
|
||||
reportUninitializedInstanceVariable = false
|
||||
|
||||
[tool.ruff]
|
||||
exclude = ["home_ui.py", "resources.py", "resources_rc.py"]
|
||||
|
||||
Reference in New Issue
Block a user