Skip to content

remove commits that i did by mistake.. #33

remove commits that i did by mistake..

remove commits that i did by mistake.. #33

Triggered via push September 6, 2023 15:18
Status Failure
Total duration 1m 59s
Artifacts

mypy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
mypy-check: docs/conf.py#L237
Need type annotation for "latex_elements" (hint: "latex_elements: Dict[<type>, <type>] = ...") [var-annotated]
mypy-check: sportslabkit/logger.py#L46
Item "str" of "str | dict[str, str]" has no attribute "get" [union-attr]
mypy-check: sportslabkit/logger.py#L47
Unsupported target for indexed assignment ("str | dict[str, str]") [index]
mypy-check: sportslabkit/logger.py#L47
Invalid index type "str" for "str | dict[str, str]"; expected type "SupportsIndex | slice" [index]
mypy-check: sportslabkit/utils/utils.py#L15
Library stubs not installed for "dateutil.parser" [import]
mypy-check: sportslabkit/utils/utils.py#L15
Library stubs not installed for "dateutil" [import]
mypy-check: sportslabkit/utils/utils.py#L18
Library stubs not installed for "requests" [import]
mypy-check: sportslabkit/utils/utils.py#L18
Hint: "python3 -m pip install types-requests"
mypy-check: sportslabkit/utils/draw.py#L78
List comprehension has incompatible type List[Any | tuple[int, int, int] | int]; expected List[str | tuple[int, int, int]] [misc]
mypy-check: sportslabkit/utils/draw.py#L111
Unsupported operand types for + ("str" and "tuple[int]") [operator]
mypy-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/