Suggestion for Package Setup #2
Annotations
6 errors
|
Run mypy:
error_generation/error_mechanism/_enar.py#L15
Signature of "_sample" incompatible with supertype "ErrorMechanism" [override]
|
Run mypy:
error_generation/api/_low_level.py#L31
Function is missing a type annotation [no-untyped-def]
|
Run mypy:
error_generation/api/_low_level.py#L56
Need type annotation for "error_rows" (hint: "error_rows: List[<type>] = ...") [var-annotated]
|
Run mypy:
error_generation/api/_low_level.py#L56
Argument 1 has incompatible type "int"; expected "Union[Sequence[Never], AbstractSet[Never]]" [arg-type]
|
Run mypy
The operation was canceled.
|
Loading