mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
ci: update pyright rules
- Ignore "reportIgnoreCommentWithoutRule" - Ignore "reportMissingTypeArgument"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user