Adding the function is_proth_number #11965
Annotations
7 errors
Ruff (W293):
maths/special_numbers/proth_number.py#L82
maths/special_numbers/proth_number.py:82:1: W293 Blank line contains whitespace
|
Ruff (N806):
maths/special_numbers/proth_number.py#L87
maths/special_numbers/proth_number.py:87:9: N806 Variable `N` in function should be lowercase
|
Ruff (F841):
maths/special_numbers/proth_number.py#L87
maths/special_numbers/proth_number.py:87:9: F841 Local variable `N` is assigned to but never used
|
Ruff (F821):
maths/special_numbers/proth_number.py#L87
maths/special_numbers/proth_number.py:87:13: F821 Undefined name `N`
|
Ruff (W291):
maths/special_numbers/proth_number.py#L89
maths/special_numbers/proth_number.py:89:24: W291 Trailing whitespace
|
Ruff (W293):
maths/special_numbers/proth_number.py#L90
maths/special_numbers/proth_number.py:90:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|