chore: adds pyright config to project
This commit is contained in:
@@ -87,3 +87,8 @@ section-order=[
|
|||||||
"standard-library",
|
"standard-library",
|
||||||
]
|
]
|
||||||
lines-after-imports = 2
|
lines-after-imports = 2
|
||||||
|
|
||||||
|
|
||||||
|
[tool.pyright]
|
||||||
|
venvPath = "."
|
||||||
|
venv = ".venv"
|
||||||
|
|||||||
Reference in New Issue
Block a user