Skip to content

Adjust pyright config #6

Adjust pyright config

Adjust pyright config #6

Triggered via push September 19, 2023 04:25
Status Failure
Total duration 1m 1s
Artifacts
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Type Coverage and Linting @ 3.10: exts/lol.py#L266
Type of "xpath" is unknown (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/lol.py#L266
Argument type is unknown   Argument corresponds to parameter "__iterable" in function "join" (reportUnknownArgumentType)
Type Coverage and Linting @ 3.10: exts/lol.py#L267
Type of "xpath" is unknown (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/lol.py#L267
Argument type is unknown   Argument corresponds to parameter "__iterable" in function "join" (reportUnknownArgumentType)
Type Coverage and Linting @ 3.10: exts/tatsu_graphs.py#L58
Type of "subplots" is partially unknown   Type of "subplots" is "(nrows: int = 1, ncols: int = 1, *, sharex: bool | Literal['none', 'all', 'row', 'col'] = False, sharey: bool | Literal['none', 'all', 'row', 'col'] = False, squeeze: bool = True, width_ratios: Sequence[float] | None = None, height_ratios: Sequence[float] | None = None, subplot_kw: dict[str, Any] | None = None, gridspec_kw: dict[str, Any] | None = None, **fig_kw: Unknown) -> tuple[Figure, Any]" (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/tatsu_graphs.py#L65
Type of "savefig" is partially unknown   Type of "savefig" is "(*args: Unknown, **kwargs: Unknown) -> None" (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/tatsu_graphs.py#L103
Type of "subplots" is partially unknown   Type of "subplots" is "(nrows: int = 1, ncols: int = 1, *, sharex: bool | Literal['none', 'all', 'row', 'col'] = False, sharey: bool | Literal['none', 'all', 'row', 'col'] = False, squeeze: bool = True, width_ratios: Sequence[float] | None = None, height_ratios: Sequence[float] | None = None, subplot_kw: dict[str, Any] | None = None, gridspec_kw: dict[str, Any] | None = None, **fig_kw: Unknown) -> tuple[Figure, Any]" (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/tatsu_graphs.py#L113
Type of "savefig" is partially unknown   Type of "savefig" is "(*args: Unknown, **kwargs: Unknown) -> None" (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/ff_metadata/utils.py#L81
Type of "authors" is partially unknown   Type of "authors" is "list[Unknown]" (reportUnknownMemberType)
Type Coverage and Linting @ 3.10: exts/ff_metadata/utils.py#L81
Type of "author" is partially unknown   Type of "author" is "Unknown | User" (reportUnknownVariableType)