Skip to content

implement DR based on Martin's feedback. #20

implement DR based on Martin's feedback.

implement DR based on Martin's feedback. #20

Triggered via push December 3, 2024 13:26
Status Failure
Total duration 18s
Billable time 1m
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): crazyflow/randomize/__init__.py#L1
crazyflow/randomize/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): crazyflow/randomize/__init__.py#L1
crazyflow/randomize/__init__.py:1:43: F401 `crazyflow.randomize.randomize.randomize_mass` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): crazyflow/randomize/__init__.py#L2
crazyflow/randomize/__init__.py:2:43: F401 `crazyflow.randomize.randomize.randomize_inertia` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (I001): crazyflow/randomize/randomize.py#L1
crazyflow/randomize/randomize.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (ANN001): crazyflow/randomize/randomize.py#L5
crazyflow/randomize/randomize.py:5:20: ANN001 Missing type annotation for function argument `sim`
Ruff (ANN001): crazyflow/randomize/randomize.py#L5
crazyflow/randomize/randomize.py:5:25: ANN001 Missing type annotation for function argument `new_masses`
Ruff (D210): crazyflow/randomize/randomize.py#L6
crazyflow/randomize/randomize.py:6:5: D210 No whitespaces allowed surrounding docstring text
Ruff (D208): crazyflow/randomize/randomize.py#L8
crazyflow/randomize/randomize.py:8:1: D208 Docstring is over-indented
Ruff (D214): crazyflow/randomize/randomize.py#L8
crazyflow/randomize/randomize.py:8:9: D214 Section is over-indented ("Args")
Ruff (D208): crazyflow/randomize/randomize.py#L9
crazyflow/randomize/randomize.py:9:1: D208 Docstring is over-indented