chore(tooling): disable basedpyright typechecking
This commit is contained in:
parent
9c883dbbe3
commit
9769bcf3ab
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue