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:
parent
db169159e6
commit
455fd28bc2
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "charliermarsh.ruff"
|
||||
}
|
||||
}
|
@ -13,6 +13,7 @@ app.add_middleware(
|
||||
TrustedHostMiddleware, allowed_hosts=["ansonbiggs.com", "*.ansonbiggs.com", "localhost"]
|
||||
)
|
||||
|
||||
|
||||
start_time = time.time()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user