diff --git a/pyproject.toml b/pyproject.toml index 2065d15..e33b13b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,9 +56,3 @@ reportImplicitRelativeImport = "warning" reportMissingTypeArgument = "warning" reportConstantRedefinition = "warning" reportMissingImports = "warning" -reportGeneralTypeIssues = "warning" -reportUnannotatedClassAttribute = "warning" -reportUnknownMemberType = "warning" -reportUnknownVariableType = "warning" -reportUnsupportedDunderAll = "none" -reportDeprecated = "none"