fmt
Some checks failed
Deploy to core / deploy (push) Failing after 15m33s

This commit is contained in:
2024-02-21 19:14:58 +03:00
parent 88cd6e1060
commit 823e59ea74
33 changed files with 697 additions and 752 deletions

View File

@@ -46,6 +46,11 @@ ignore = []
line-length = 120
target-version = "py312"
[tool.ruff.format]
# Prefer single quotes over double quotes.
quote-style = "single"
skip-magic-trailing-comma = true
[tool.pyright]
venvPath = "."
venv = ".venv"