chore: adds pyright config to project #51

Merged
HideyoshiNakazone merged 1 commits from chore/adds-pyright-config into main 2025-09-15 16:55:26 +00:00
Showing only changes of commit f0192ee6d3 - Show all commits

View File

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