Skip to content
Triggered via push December 18, 2024 16:42
Status Failure
Total duration 42s
Artifacts

action.yml

on: push
LintsMyPy
33s
LintsMyPy
Fit to window
Zoom out
Zoom in

Annotations

10 errors
LintsMyPy: app/models.py#L1
Cannot find implementation or library stub for module named "sqlalchemy" [import-not-found]
LintsMyPy: app/models.py#L2
Cannot find implementation or library stub for module named "sqlalchemy.dialects.postgresql" [import-not-found]
LintsMyPy: app/models.py#L3
Cannot find implementation or library stub for module named "sqlalchemy.orm" [import-not-found]
LintsMyPy: tests/test_application.py#L1
Library stubs not installed for "requests" [import-untyped]
LintsMyPy: app/main.py#L4
Library stubs not installed for "requests" [import-untyped]
LintsMyPy: app/main.py#L4
Hint: "python3 -m pip install types-requests"
LintsMyPy: app/main.py#L4
(or run "mypy --install-types" to install all missing stub packages)
LintsMyPy: app/main.py#L5
Cannot find implementation or library stub for module named "flask" [import-not-found]
LintsMyPy: app/main.py#L7
Cannot find implementation or library stub for module named "sqlalchemy" [import-not-found]
LintsMyPy: app/main.py#L8
Cannot find implementation or library stub for module named "sqlalchemy.orm" [import-not-found]