Initialized app and created ping endpoint

This commit is contained in:
ITQ
2024-02-27 19:01:54 +03:00
parent 1209dfe48d
commit 607f6de88c
19 changed files with 406 additions and 25 deletions
+17
View File
@@ -0,0 +1,17 @@
exclude = [
"migrations",
"venv",
]
line-length = 79
indent-width = 4
[lint]
select = ["ALL"]
ignore = ["D", "ANN", "ARG"]
[format]
quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"