Adding the function is_proth_number #14049
Annotations
3 errors
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
Run uvx ruff check --output-format=github .:
maths/special_numbers/proth_number.py#L83
maths/special_numbers/proth_number.py:83:26: EM102 Exception must not use an f-string literal, assign to variable first
|
Run uvx ruff check --output-format=github .:
maths/special_numbers/proth_number.py#L80
maths/special_numbers/proth_number.py:80:25: EM102 Exception must not use an f-string literal, assign to variable first
|
Loading