From 9fa9c07f1a2462a4220c260741d831ff36d8f8ef Mon Sep 17 00:00:00 2001 From: Taher Chegini Date: Fri, 9 Feb 2024 16:55:33 -0500 Subject: [PATCH] MNT: Ignore reportAttributeAccessIssue. [skip ci] --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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]