1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-06-15 17:36:39 +00:00

setup python formatting

This commit is contained in:
Anson 2025-05-23 15:35:54 -06:00
parent db169159e6
commit 455fd28bc2
2 changed files with 7 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
}
}

View File

@ -13,6 +13,7 @@ app.add_middleware(
TrustedHostMiddleware, allowed_hosts=["ansonbiggs.com", "*.ansonbiggs.com", "localhost"] TrustedHostMiddleware, allowed_hosts=["ansonbiggs.com", "*.ansonbiggs.com", "localhost"]
) )
start_time = time.time() start_time = time.time()