Add age_controller.py with validate_age function (issue #12809) #15717
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`
|