diff --git a/pyproject.toml b/pyproject.toml index 6dcc18a..85b6e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,10 @@ test = [ "pytest-mock>=3.14.1", ] +[tool.basedpyright] +reportAny = false +reportExplicitAny = false + [tool.ruff] line-length = 79 exclude = ["tests/*"]