diff --git a/pyproject.toml b/pyproject.toml index 752f8aad..f522ad06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,6 +95,8 @@ reportPrivateImportUsage = "warning" # -> this raises warnings because we use no reportPrivateUsage = "warning" reportUnboundVariable = "warning" +reportCallIssue = "warning" +reportAttributeAccessIssue = "warning" [tool.pytest.ini_options] filterwarnings = ['ignore:.*The environment .* is out of date.*']