blog.ari.lt/pyproject.toml
Ari Archer 98cdc29273
update @ Sat 5 Nov 20:12:57 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-11-05 20:12:57 +02:00

14 lines
273 B
TOML

[tool.pyright]
pythonVersion = "3.8"
exclude = [
"venv",
"**/node_modules",
"**/__pycache__",
".git"
]
include = ["src", "scripts"]
venv = "venv"
stubPath = "src/stubs"
typeCheckingMode = "strict"
useLibraryCodeForTypes = true
reportMissingTypeStubs = true