Add Ruff action (#29) #2
Annotations
10 errors
Ruff (F401):
rivertopo/cross_lines_z.py#L7
rivertopo/cross_lines_z.py:7:19: F401 `numpy.array_equal` imported but unused
|
Ruff (F841):
rivertopo/cross_lines_z.py#L212
rivertopo/cross_lines_z.py:212:5: F841 Local variable `previous_perpendicular_line` is assigned to but never used
|
Ruff (F841):
rivertopo/parameterization.py#L25
rivertopo/parameterization.py:25:5: F841 Local variable `feature_id` is assigned to but never used
|
Ruff (F841):
rivertopo/parameterization.py#L29
rivertopo/parameterization.py:29:5: F841 Local variable `point_id_grid` is assigned to but never used
|
Ruff (F841):
rivertopo/parameterization.py#L74
rivertopo/parameterization.py:74:9: F841 Local variable `segment_dists_maxabs` is assigned to but never used
|
Ruff (F841):
rivertopo/parameterization.py#L81
rivertopo/parameterization.py:81:9: F841 Local variable `startpoint_dists_grid` is assigned to but never used
|
Ruff (F841):
rivertopo/parameterization.py#L82
rivertopo/parameterization.py:82:9: F841 Local variable `endpoint_dists_grid` is assigned to but never used
|
Ruff (F841):
rivertopo/parameterization.py#L83
rivertopo/parameterization.py:83:9: F841 Local variable `perpendicular_dists_grid` is assigned to but never used
|
Ruff (F841):
rivertopo/parameterization.py#L85
rivertopo/parameterization.py:85:9: F841 Local variable `left_or_right_grid` is assigned to but never used
|
Ruff (F841):
rivertopo/profile.py#L127
rivertopo/profile.py:127:9: F841 Local variable `azimuth` is assigned to but never used
|