diff --git a/pyproject.toml b/pyproject.toml index 4149f209..736b93c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,6 +113,10 @@ include = ["src"] exclude = ["tests/**", "examples/**"] reportAttributeAccessIssue = false reportPossiblyUnboundVariable = "warning" +reportCallIssue = "warning" +reportArgumentType = "warning" +reportOptionalMemberAccess = "warning" +reportMissingImports = "warning" [tool.pytest.ini_options] asyncio_mode = "auto"