Skip to content
Snippets Groups Projects
Commit b40663db authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Update Black

https://github.com/ambv/black: 22.3.0

JIRA INFRA-5222
parent 48f38bcc
No related branches found
No related tags found
1 merge request!9Update Black
repos: repos:
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: 19.10b0 rev: 22.3.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
......
...@@ -239,5 +239,7 @@ def search_cf(searchlist: str, output: str): ...@@ -239,5 +239,7 @@ def search_cf(searchlist: str, output: str):
if __name__ == "__main__": if __name__ == "__main__":
uvicorn.run( 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