Skip to content
Snippets Groups Projects
Commit 65a78f8d authored by Emanuele Laface's avatar Emanuele Laface
Browse files

Merge branch 'INFRA-5222' into 'master'

Update Black

See merge request !9
parents 48f38bcc b40663db
No related branches found
No related tags found
1 merge request!9Update Black
Pipeline #112366 passed
repos:
- repo: https://github.com/ambv/black
rev: 19.10b0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
......
......@@ -239,5 +239,7 @@ def search_cf(searchlist: str, output: str):
if __name__ == "__main__":
uvicorn.run(
app, host="0.0.0.0", port=PORT_NUMBER,
app,
host="0.0.0.0",
port=PORT_NUMBER,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment