chore: point to main image #273
python-lint.yaml
on: push
python-black
9s
python-lint
49s
Annotations
10 errors
python-lint:
scripts/methylation/combine.py#L18
Cannot access attribute "rename" for class "TextFileReader"
Attribute "rename" is unknown (reportAttributeAccessIssue)
|
python-lint:
scripts/methylation/combine.py#L19
Cannot access attribute "columns" for class "TextFileReader"
Attribute "columns" is unknown (reportAttributeAccessIssue)
|
python-lint:
scripts/methylation/combine.py#L22
Cannot access attribute "set_index" for class "TextFileReader"
Attribute "set_index" is unknown (reportAttributeAccessIssue)
|
python-lint:
scripts/methylation/combine.py#L30
No overloads for "concat" match the provided arguments (reportCallIssue)
|
python-lint:
scripts/methylation/combine.py#L30
Argument of type "list[DataFrame | TextFileReader]" cannot be assigned to parameter "objs" of type "Iterable[NDFrame] | Mapping[HashableT@concat, NDFrame]" in function "concat" (reportArgumentType)
|
python-lint:
scripts/methylation/generate_umap.py#L23
Cannot access attribute "T" for class "TextFileReader"
Attribute "T" is unknown (reportAttributeAccessIssue)
|
python-lint:
scripts/methylation/generate_umap.py#L26
Cannot access attribute "T" for class "TextFileReader"
Attribute "T" is unknown (reportAttributeAccessIssue)
|
python-lint:
scripts/methylation/plot_umap.py#L23
"__getitem__" method not defined on type "TextFileReader" (reportIndexIssue)
|
python-lint:
scripts/methylation/plot_umap.py#L23
Argument of type "Series | DataFrame* | DataFrame | Unknown | None" cannot be assigned to parameter "x" of type "ArrayLike"
Type "Series | DataFrame* | DataFrame | Unknown | None" is not assignable to type "ArrayLike"
Type "None" is not assignable to type "ArrayLike"
"None" is not assignable to "float"
"None" is incompatible with protocol "_SupportsArray[dtype[Any]]"
"__array__" is not present
"None" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
"__len__" is not present
"__getitem__" is not present
... (reportArgumentType)
|
python-lint:
scripts/methylation/plot_umap.py#L23
"__getitem__" method not defined on type "TextFileReader" (reportIndexIssue)
|