fmt
All checks were successful
Deploy on push / deploy (push) Successful in 58s

This commit is contained in:
2024-04-25 12:07:30 +03:00
parent e68196ce0b
commit 27d5272032
6 changed files with 18 additions and 32 deletions

View File

@@ -35,3 +35,9 @@ build-backend = "poetry.core.masonry.api"
[tool.pyright]
venvPath = "."
venv = ".venv"
[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
line_length = 120