We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5e878 commit 9d60c78Copy full SHA for 9d60c78
pyproject.toml
@@ -83,7 +83,9 @@ qt_api = "pyside6"
83
ignore = [".venv/**"]
84
include = ["src/tagstudio/**"]
85
reportAny = false
86
+reportIgnoreCommentWithoutRule = false
87
reportImplicitStringConcatenation = false
88
+reportMissingTypeArgument = false
89
# reportOptionalMemberAccess = false
90
reportUnannotatedClassAttribute = false
91
reportUnknownArgumentType = false
0 commit comments