Skip to content

Fix dependency checker workflow failure #191

@rwedge

Description

@rwedge

The dependency checker workflow is failing during its scheduled runs. Traceback of the error:

ruff check --fix .
error[D420]: Section "Returns" appears after section "Raises" but should be before it
   --> deepecho/sequences.py:173:5
    |
171 |             If context columns are not constant within each entity or segment.
172 |
173 |     Returns:
    |     ^^^^^^^
174 |         list:
175 |             List of ``pandas.DataFrames`` containing each segment.
    |

Found 1 error.
make: *** [Makefile:91: fix-lint] Error 1
Error: Process completed with exit code 2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenanceTasks related to infrastructure & dependencies

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions