Skip to content

Commit 9d60c78

Browse files
committed
ci: update pyright rules
- Ignore "reportIgnoreCommentWithoutRule" - Ignore "reportMissingTypeArgument"
1 parent 5b5e878 commit 9d60c78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ qt_api = "pyside6"
8383
ignore = [".venv/**"]
8484
include = ["src/tagstudio/**"]
8585
reportAny = false
86+
reportIgnoreCommentWithoutRule = false
8687
reportImplicitStringConcatenation = false
88+
reportMissingTypeArgument = false
8789
# reportOptionalMemberAccess = false
8890
reportUnannotatedClassAttribute = false
8991
reportUnknownArgumentType = false

0 commit comments

Comments
 (0)