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 edbe607 commit 99f0fb3Copy full SHA for 99f0fb3
pyproject.toml
@@ -93,13 +93,11 @@ ignore = [
93
"src/tagstudio/qt/previews/vendored/pydub/",
94
]
95
include = ["src/tagstudio", "tests"]
96
-reportAny = false
97
-reportIgnoreCommentWithoutRule = false
+# reference for the settings here: https://github.com/microsoft/pyright/blob/main/docs/configuration.md
98
reportImplicitStringConcatenation = false
99
reportMissingTypeArgument = false
100
reportMissingTypeStubs = false
101
# reportOptionalMemberAccess = false
102
-reportUnannotatedClassAttribute = false
103
reportUnknownArgumentType = false
104
reportUnknownLambdaType = false
105
reportUnknownMemberType = false
0 commit comments