Skip to content

Add Armstrong number check algorithm #15527

Add Armstrong number check algorithm

Add Armstrong number check algorithm #15527

Triggered via pull request October 17, 2025 15:52
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 (W291): maths/armstrong_number.py#L40
maths/armstrong_number.py:40:22: W291 Trailing whitespace
Ruff (F401): maths/armstrong_number.py#L1
maths/armstrong_number.py:1:20: F401 `typing.Union` imported but unused
Ruff (I001): maths/armstrong_number.py#L1
maths/armstrong_number.py:1:1: I001 Import block is un-sorted or un-formatted