diff --git a/pyproject.toml b/pyproject.toml index 094a0c0..f8279e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,3 +8,6 @@ dependencies = ["aiohttp>=3.11.12", "flask[async]>=3.1.0", "hypercorn>=0.17.3"] [dependency-groups] dev = ["pylint>=3.3.4", "ruff>=0.9.6"] + +[tool.basedpyright] +typeCheckingMode = "off"