pyright-fix
All checks were successful
deploy / deploy (push) Successful in 1m30s

This commit is contained in:
2023-11-27 11:13:17 +03:00
parent fd95d1ee11
commit 493f6106ab
3 changed files with 18 additions and 2 deletions

View File

@@ -64,3 +64,8 @@ select = ["E4", "E7", "E9", "F"]
ignore = []
line-length = 120
target-version = "py312"
[tool.pyright]
venvPath = "."
venv = ".venv"