Add Pyright as static type checker

This commit is contained in:
Mike A
2024-02-10 17:25:54 +01:00
parent 34ac209f0d
commit 7d09296565
10 changed files with 148 additions and 86 deletions

View File

@@ -21,6 +21,10 @@ scan = ["bleak"]
pre-commit = "^3.6.0"
sphinx = "^7.2.6"
sphinx-autoapi = "^3.0.0"
pyright = "^1.1.350"
[tool.pyright]
typeCheckingMode = "standard"
[tool.ruff]
exclude = [