Add escape velocity calculator using standard physics formula #13033
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
|