build(deps-dev): bump mypy from 0.942 to 1.8.0 #221
Annotations
4 errors
run tests:
tests/__init__.py#L1
mypy-status
mypy exited with status 1.
|
run 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]
|
run 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)
|
run tests
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading