Merge pull request #51 from HideyoshiNakazone/chore/adds-pyright-config

chore: adds pyright config to project
This commit was merged in pull request #51.
This commit is contained in:
2025-09-15 13:55:26 -03:00
committed by GitHub

View File

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