implement DR based on Martin's feedback. #20
Annotations
10 errors
Run astral-sh/ruff-action@v1:
crazyflow/randomize/__init__.py#L1
crazyflow/randomize/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run astral-sh/ruff-action@v1:
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
|
Run astral-sh/ruff-action@v1:
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
|
Run astral-sh/ruff-action@v1:
crazyflow/randomize/randomize.py#L1
crazyflow/randomize/randomize.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run astral-sh/ruff-action@v1:
crazyflow/randomize/randomize.py#L5
crazyflow/randomize/randomize.py:5:20: ANN001 Missing type annotation for function argument `sim`
|
Run astral-sh/ruff-action@v1:
crazyflow/randomize/randomize.py#L5
crazyflow/randomize/randomize.py:5:25: ANN001 Missing type annotation for function argument `new_masses`
|
Run astral-sh/ruff-action@v1:
crazyflow/randomize/randomize.py#L6
crazyflow/randomize/randomize.py:6:5: D210 No whitespaces allowed surrounding docstring text
|
Run astral-sh/ruff-action@v1:
crazyflow/randomize/randomize.py#L8
crazyflow/randomize/randomize.py:8:1: D208 Docstring is over-indented
|
Run astral-sh/ruff-action@v1:
crazyflow/randomize/randomize.py#L8
crazyflow/randomize/randomize.py:8:9: D214 Section is over-indented ("Args")
|
Run astral-sh/ruff-action@v1:
crazyflow/randomize/randomize.py#L9
crazyflow/randomize/randomize.py:9:1: D208 Docstring is over-indented
|
Loading