Skip to content

Added Hooke's Law #14924

Added Hooke's Law

Added Hooke's Law #14924

Triggered via pull request October 7, 2025 15:13
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (F821): physics/hookes_law.py#L29
physics/hookes_law.py:29:23: F821 Undefined name `x`
Ruff (F821): physics/hookes_law.py#L29
physics/hookes_law.py:29:19: F821 Undefined name `k`
Ruff (ARG001): physics/hookes_law.py#L18
physics/hookes_law.py:18:39: ARG001 Unused function argument: `displacement`
Ruff (ARG001): physics/hookes_law.py#L18
physics/hookes_law.py:18:16: ARG001 Unused function argument: `spring_contant`