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 = [
|
dev = [
|
||||||
"pytest>=8.2.2",
|
"pytest>=8.2.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.pyright]
|
||||||
|
exclude = ["historical", ".venv"]
|
||||||
|
venvPath = "."
|
||||||
|
venv = ".venv"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["pdm-backend"]
|
requires = ["pdm-backend"]
|
||||||
build-backend = "pdm.backend"
|
build-backend = "pdm.backend"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue