diff --git a/pyproject.toml b/pyproject.toml index c539a643..4149f209 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,6 +111,8 @@ pythonVersion = "3.13" typeCheckingMode = "standard" include = ["src"] exclude = ["tests/**", "examples/**"] +reportAttributeAccessIssue = false +reportPossiblyUnboundVariable = "warning" [tool.pytest.ini_options] asyncio_mode = "auto"