Skip to content

Add escape velocity calculator using standard physics formulaPhysics #13032

Add escape velocity calculator using standard physics formulaPhysics

Add escape velocity calculator using standard physics formulaPhysics #13032

Triggered via pull request May 10, 2025 14:30
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (N806): physics/escape_velocity.py#L37
physics/escape_velocity.py:37:5: N806 Variable `G` in function should be lowercase
Ruff (RUF002): physics/escape_velocity.py#L12
physics/escape_velocity.py:12:45: RUF002 Docstring contains ambiguous `×` (MULTIPLICATION SIGN). Did you mean `x` (LATIN SMALL LETTER X)?
Ruff (E501): physics/escape_velocity.py#L6
physics/escape_velocity.py:6:89: E501 Line too long (100 > 88)
Ruff (I001): physics/escape_velocity.py#L1
physics/escape_velocity.py:1:1: I001 Import block is un-sorted or un-formatted