Skip to content

build(deps-dev): bump mypy from 0.942 to 1.8.0 #221

build(deps-dev): bump mypy from 0.942 to 1.8.0

build(deps-dev): bump mypy from 0.942 to 1.8.0 #221

Triggered via pull request December 25, 2023 13:22
Status Failure
Total duration 1m 8s
Artifacts

tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
tests: tests/__init__.py#L1
mypy-status mypy exited with status 1.
tests: tests/fixture/request.py#L1
tests/fixture/request.py 33: error: Incompatible return value type (got "type | Callable[..., Any]", expected "Handler[T]") [return-value]
tests: tests/unit/test_registry.py#L1
tests/unit/test_registry.py 173: error: Type variable "Foo" is unbound [valid-type] 173: note: (Hint: Use "Generic[Foo]" or "Protocol[Foo]" base class to bind "Foo" inside a class) 173: note: (Hint: Use "Foo" in function signature to bind "Foo" inside a function)
tests
Process completed with exit code 2.