Configure pyright

This commit is contained in:
John Doty 2024-06-15 06:20:37 -07:00
parent fe7e67cce6
commit d3b8d0e836

View file

@ -23,6 +23,12 @@ distribution = true
dev = [
"pytest>=8.2.2",
]
[tool.pyright]
exclude = ["historical", ".venv"]
venvPath = "."
venv = ".venv"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"