Configure pyright
This commit is contained in:
parent
fe7e67cce6
commit
d3b8d0e836
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue