Skip to content

Add Kaprekar constant routine algorithm #19900

Add Kaprekar constant routine algorithm

Add Kaprekar constant routine algorithm #19900

Triggered via pull request September 15, 2026 06:21
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
ruff (W293): scripts/maths/kaprekar_constant.py#L5
scripts/maths/kaprekar_constant.py:5:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (INP001): scripts/maths/kaprekar_constant.py#L1
scripts/maths/kaprekar_constant.py:1:1: INP001 File `scripts/maths/kaprekar_constant.py` is part of an implicit namespace package. Add an `__init__.py`.