diff --git a/pyproject.toml b/pyproject.toml index 6502dc7..2065d15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,3 +53,12 @@ dev = [ [tool.basedpyright] reportImplicitRelativeImport = "warning" +reportMissingTypeArgument = "warning" +reportConstantRedefinition = "warning" +reportMissingImports = "warning" +reportGeneralTypeIssues = "warning" +reportUnannotatedClassAttribute = "warning" +reportUnknownMemberType = "warning" +reportUnknownVariableType = "warning" +reportUnsupportedDunderAll = "none" +reportDeprecated = "none"