Added the laser hockey env #88
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
19 errors and 1 warning
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/laserhockeygame.py#L5
error: Skipping analyzing "laserhockey.laser_hockey_env": module is installed, but missing library stubs or py.typed marker [import-untyped]
|
mypy:
teamprojekt_competition_server/server/laserhockeygame.py#L5
note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
|
mypy:
teamprojekt_competition_server/server/laserhockeygame.py#L5
error: Skipping analyzing "laserhockey": module is installed, but missing library stubs or py.typed marker [import-untyped]
|
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]
|
mypy:
teamprojekt_competition_server/client/main.py#L28
error: Incompatible return value type (got "ndarray[Any, dtype[floating[_64Bit]]]", expected "list[float]") [return-value]
|
mypy
Process completed with exit code 1.
|
Ruff (E501):
teamprojekt_competition_server/server/laserhockeygame.py#L40
teamprojekt_competition_server/server/laserhockeygame.py:40:89: E501 Line too long (102 > 88)
|
ruff
Process completed with exit code 1.
|
black
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|