fix(ci): address remaining pyright errors (#1368)

* fix(ci): address remaining pyright errors

* fix: implement review feedback
This commit is contained in:
Travis Abendshien
2026-05-13 15:28:41 -04:00
committed by GitHub
parent a7b6636a0b
commit 3846b65758
6 changed files with 51 additions and 32 deletions

View File

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