[requests] requests.exceptions.JSONDecodeError inherits from json.JSO… #4536
meta_tests.yml
on: push
Stubsabot dry run
22s
Matrix: Check scripts and tests with mypy
Matrix: Check scripts and tests with pyright
Annotations
6 errors
|
|
|
Check scripts and tests with pyright (Linux):
lib/ts_utils/utils.py#L236
Return type is unknown (reportUnknownVariableType)
|
|
Check scripts and tests with pyright (Linux):
lib/ts_utils/utils.py#L236
Type of "from_lines" is partially unknown
Type of "from_lines" is "Overload[(pattern_factory: str | ((AnyStr@from_lines) -> Pattern) | None, lines: Iterable[AnyStr@from_lines], *, backend: str | None = None, _test_backend_factory: ((Sequence[Pattern]) -> _Backend) | None = None) -> Unknown, (lines: Iterable[AnyStr@from_lines], pattern_factory: str | ((AnyStr@from_lines) -> Pattern) | None = None, *, backend: str | None = None, _test_backend_factory: ((Sequence[Pattern]) -> _Backend) | None = None) -> Unknown]" (reportUnknownMemberType)
|
|
|
|
Check scripts and tests with pyright (Windows):
lib/ts_utils/utils.py#L236
Return type is unknown (reportUnknownVariableType)
|
|
Check scripts and tests with pyright (Windows):
lib/ts_utils/utils.py#L236
Type of "from_lines" is partially unknown
Type of "from_lines" is "Overload[(pattern_factory: str | ((AnyStr@from_lines) -> Pattern) | None, lines: Iterable[AnyStr@from_lines], *, backend: str | None = None, _test_backend_factory: ((Sequence[Pattern]) -> _Backend) | None = None) -> Unknown, (lines: Iterable[AnyStr@from_lines], pattern_factory: str | ((AnyStr@from_lines) -> Pattern) | None = None, *, backend: str | None = None, _test_backend_factory: ((Sequence[Pattern]) -> _Backend) | None = None) -> Unknown]" (reportUnknownMemberType)
|