Skip to content

Fix dependency checker workflow failure #191

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenanceTasks related to infrastructure & dependencies

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions