Suggestion for Package Setup #1
Annotations
4 errors and 1 warning
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
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading