chore: adds pyright config to project

This commit is contained in:
2025-09-15 13:54:32 -03:00
parent 4d5ac1c885
commit f0192ee6d3

View File

@@ -87,3 +87,8 @@ section-order=[
"standard-library",
]
lines-after-imports = 2
[tool.pyright]
venvPath = "."
venv = ".venv"