Update pyproject and tests #22
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)
|