chore(tooling): disable basedpyright typechecking

This commit is contained in:
cswimr 2025-02-13 20:14:48 -06:00
parent 9c883dbbe3
commit 9769bcf3ab
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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"