Adjust pyright config #6
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)
|