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

This commit is contained in:
2023-11-26 15:37:22 +03:00
parent 6134b02c4a
commit 391958e60c
3 changed files with 8 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ ensure_newline_before_comments = true
line_length = 120
[tool.pyright]
include = ["orm", "resolvers"]
include = ["."]
exclude = ["**/__pycache__"]
ignore = []
defineConstant = { DEBUG = true }