build(pyproject.toml): configure basedpyright to ignore Any

This commit is contained in:
2025-08-28 13:06:07 +02:00
parent 2558c8896a
commit 0fc7994e9d

View File

@@ -21,6 +21,10 @@ test = [
"pytest-mock>=3.14.1",
]
[tool.basedpyright]
reportAny = false
reportExplicitAny = false
[tool.ruff]
line-length = 79
exclude = ["tests/*"]