ci: update pyright rules

- Ignore "reportIgnoreCommentWithoutRule"
- Ignore "reportMissingTypeArgument"
This commit is contained in:
Travis Abendshien
2025-03-20 01:15:45 -07:00
parent 5b5e878a69
commit 9d60c78adc

View File

@@ -83,7 +83,9 @@ qt_api = "pyside6"
ignore = [".venv/**"]
include = ["src/tagstudio/**"]
reportAny = false
reportIgnoreCommentWithoutRule = false
reportImplicitStringConcatenation = false
reportMissingTypeArgument = false
# reportOptionalMemberAccess = false
reportUnannotatedClassAttribute = false
reportUnknownArgumentType = false