Skip to content

Update pyproject and tests #22

Update pyproject and tests

Update pyproject and tests #22

Triggered via push September 26, 2025 11:22
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (F401): drone_estimators/utils/dynamics.py#L11
drone_estimators/utils/dynamics.py:11:33: F401 `collections.abc.Callable` imported but unused
Ruff (F401): drone_estimators/utils/dynamics.py#L8
drone_estimators/utils/dynamics.py:8:31: F401 `drone_models.core.parametrize` imported but unused
Ruff (F401): drone_estimators/utils/dynamics.py#L5
drone_estimators/utils/dynamics.py:5:23: F401 `functools.partial` imported but unused
Ruff (D202): drone_estimators/estimator.py#L76
drone_estimators/estimator.py:76:9: D202 No blank lines allowed after function docstring (found 1)