Skip to content
Snippets Groups Projects
Commit 39047843 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Set black python version to 39

parent a4e6ae0a
No related branches found
No related tags found
1 merge request!39Mail client
Pipeline #20343 failed
......@@ -12,7 +12,7 @@ lint:
- python3 -m pip install .[test]
script:
- mypy --install-types --non-interactive
- black --check src
- black --check -t 39 src
pages:
image: python
......
......@@ -102,7 +102,9 @@ def read_db_credentials(
return requests.get(url).json()
def download_server_map(server_map,) -> dict[str, list[ServiceInfo]]:
def download_server_map(
server_map,
) -> dict[str, list[ServiceInfo]]:
"""Download server information from the service that stores the server arch.
Parameters
......@@ -130,7 +132,9 @@ def download_server_map(server_map,) -> dict[str, list[ServiceInfo]]:
def upload_server_map(
server_map: str, project_name: str, deployment_setup: dict[str, dict[str, str]],
server_map: str,
project_name: str,
deployment_setup: dict[str, dict[str, str]],
) -> None:
"""Upload server information to service that stores server archtiecture.
......
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