Skip to content

Merge branch 'hotfix/invalid-git-error' of https://github.com/AtomSco… #31

Merge branch 'hotfix/invalid-git-error' of https://github.com/AtomSco…

Merge branch 'hotfix/invalid-git-error' of https://github.com/AtomSco… #31

Triggered via push September 6, 2023 15:02
Status Failure
Total duration 2m 21s
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/types/detection.py#L61
"Rect" has no attribute "shape" [attr-defined]
mypy-check: sportslabkit/types/detection.py#L62
"Rect" has no attribute "shape" [attr-defined]
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
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/