Event Timeline
Comment Actions
after this patch I have:
~/s/s/swh-core mypy swh swh/core/api/serializers.py:92: error: List item 0 has incompatible type "List[Tuple[type, str, object]]"; expected "Tuple[Type[Any], str, Callable[..., Any]]" swh/core/api/serializers.py:94: error: Incompatible return value type (got "List[Tuple[type, str, object]]", expected "List[Tuple[Type[Any], str, Callable[..., Any]]]") swh/core/api/serializers.py:99: error: List item 0 has incompatible type "Dict[str, object]"; expected "Mapping[str, Callable[..., Any]]" swh/core/api/serializers.py:101: error: Incompatible return value type (got "Dict[str, object]", expected "Dict[str, Callable[..., Any]]") Found 4 errors in 1 file (checked 53 source files)