From 3090403af6ab90bac38a04fc067a09b0f20e6b8e 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 7ab2691..45a5a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -258,6 +258,7 @@ reportUnnecessaryIsInstance = false reportUntypedFunctionDecorator = false reportReturnType = false reportArgumentType = false +reportAttributeAccessIssue = false typeCheckingMode = "strict" [tool.fixit]