diff --git a/pyproject.toml b/pyproject.toml index c5e0d34..00fd473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -260,6 +260,7 @@ reportUnknownParameterType = false reportUnknownVariableType = false reportUnnecessaryIsInstance = false reportUntypedFunctionDecorator = false +reportAttributeAccessIssue = false typeCheckingMode = "strict" [tool.fixit]