Skip to content

Update build system to flit_core #144

Update build system to flit_core

Update build system to flit_core #144

Re-run triggered February 8, 2024 12:20
Status Failure
Total duration 50s
Artifacts

style.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
mypy: wideq/core.py#L9
Library stubs not installed for "requests" [import-untyped]
mypy: wideq/core.py#L12
Library stubs not installed for "requests.adapters" [import-untyped]
mypy: wideq/core.py#L13
Library stubs not installed for "requests.packages.urllib3.util.retry" [import-untyped]
mypy: wideq/client.py#L7
Library stubs not installed for "requests" [import-untyped]
mypy: wideq/client.py#L7
Hint: "python3 -m pip install types-requests"
mypy: wideq/client.py#L7
(or run "mypy --install-types" to install all missing stub packages)
mypy: tests/test_core.py#L2
Cannot find implementation or library stub for module named "responses" [import-not-found]
mypy: tests/test_core.py#L2
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
mypy
Process completed with exit code 1.