diff --git a/pyproject.toml b/pyproject.toml index 4fdcbd41..bbbe30bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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