schema-fix
All checks were successful
deploy / deploy (push) Successful in 1m18s

This commit is contained in:
2023-11-26 22:00:00 +03:00
parent 0db8a19898
commit f940b7461e
4 changed files with 22 additions and 11 deletions

View File

@@ -58,6 +58,8 @@ ensure_newline_before_comments = true
line_length = 120
[tool.pyright]
venvPath = "."
venv = ".venv"
include = ["."]
exclude = ["**/__pycache__"]
ignore = []