Skip to content

User Database

User Database #99

Triggered via pull request January 19, 2024 13:17
Status Failure
Total duration 32s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 1 warning
black
Process completed with exit code 1.
Ruff (E501): teamprojekt_competition_server/server/user_database.py#L59
teamprojekt_competition_server/server/user_database.py:59:89: E501 Line too long (96 > 88)
Ruff (E501): tests/user_database_test.py#L16
tests/user_database_test.py:16:89: E501 Line too long (90 > 88)
Ruff (E501): tests/user_database_test.py#L22
tests/user_database_test.py:22:89: E501 Line too long (100 > 88)
ruff
Process completed with exit code 1.
mypy
00
mypy
00
mypy
00
mypy
00
mypy
00
mypy
00
mypy
00
mypy
00
mypy
00
mypy
00
mypy: teamprojekt_competition_server/server/protocol.py#L20
note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
mypy: teamprojekt_competition_server/server/protocol.py#L21
note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
black
The `python-version` input is not set. The version of Python currently in `PATH` will be used.