Skip to content

Add age_controller.py with validate_age function (issue #12809) #15717

Add age_controller.py with validate_age function (issue #12809)

Add age_controller.py with validate_age function (issue #12809) #15717

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (RUF100): other/age_controller.py#L61
other/age_controller.py:61:24: RUF100 Unused `noqa` directive (unused: `PLR2004`)
Ruff (PYI041): other/age_controller.py#L7
other/age_controller.py:7:23: PYI041 Use `float` instead of `int | float`