use astral lint action #4
Annotations
10 errors and 1 warning
π Check types:
xshaper/model.py#L11
Import "pydantic" could not be resolved (reportMissingImports)
|
π Check types:
xshaper/model.py#L11
Type of "BaseModel" is unknown (reportUnknownVariableType)
|
π Check types:
xshaper/model.py#L11
Type of "Field" is unknown (reportUnknownVariableType)
|
π Check types:
xshaper/model.py#L11
Type of "JsonValue" is unknown (reportUnknownVariableType)
|
π Check types:
xshaper/model.py#L33
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
|
π Check types:
xshaper/model.py#L60
Type of "tags" is partially unknown
Β Β Type of "tags" is "Unknown | set[str]" (reportUnknownVariableType)
|
π Check types:
xshaper/model.py#L63
Type of "meta" is partially unknown
Β Β Type of "meta" is "Unknown | dict[str, Unknown]" (reportUnknownVariableType)
|
π Check types:
xshaper/model.py#L66
Type of "start_time" is partially unknown
Β Β Type of "start_time" is "Unknown | datetime" (reportUnknownVariableType)
|
π Check types:
xshaper/model.py#L80
Type of "time" is partially unknown
Β Β Type of "time" is "Unknown | TimeRecord" (reportUnknownVariableType)
|
π Check types:
xshaper/model.py#L90
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
|
π Check types:
xshaper/recorders/compute.py#L9
Import "psutil" could not be resolved from source (reportMissingModuleSource)
|
Loading