Initialized app and created ping endpoint
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user