Skip to content

Fix Issue #1: "Edid objects lack a string representation of PNP ID" #7

Fix Issue #1: "Edid objects lack a string representation of PNP ID"

Fix Issue #1: "Edid objects lack a string representation of PNP ID" #7

Re-run triggered August 1, 2023 08:45
Status Failure
Total duration 55s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build: pyedid/types/registry.py#L10
Library stubs not installed for "requests" [import]
build: pyedid/types/registry.py#L11
Library stubs not installed for "requests.exceptions" [import]
build: pyedid/types/registry.py#L11
Hint: "python3 -m pip install types-requests"
build: pyedid/types/registry.py#L11
(or run "mypy --install-types" to install all missing stub packages)
build: pyedid/types/registry.py#L11
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
build: pyedid/types/registry.py#L111
Incompatible default for argument "filter_by_id" (default has type "None", argument has type "str") [assignment]
build: pyedid/types/registry.py#L111
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
build: pyedid/types/registry.py#L111
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/