pyright-fix
All checks were successful
deploy / deploy (push) Successful in 2m16s

This commit is contained in:
2023-11-27 11:12:42 +03:00
parent fe60d625e5
commit 909ddbd79d
3 changed files with 15 additions and 6 deletions

View File

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