Skip to content

Add escape velocity calculator using standard physics formula #13034

Add escape velocity calculator using standard physics formula

Add escape velocity calculator using standard physics formula #13034

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (N806): physics/escape_velocity.py#L39
physics/escape_velocity.py:39:5: N806 Variable `G` in function should be lowercase
Ruff (RUF002): physics/escape_velocity.py#L14
physics/escape_velocity.py:14:45: RUF002 Docstring contains ambiguous `×` (MULTIPLICATION SIGN). Did you mean `x` (LATIN SMALL LETTER X)?
Ruff (E501): physics/escape_velocity.py#L8
physics/escape_velocity.py:8:89: E501 Line too long (100 > 88)