Skip to content

Adding the function is_proth_number #11965

Adding the function is_proth_number

Adding the function is_proth_number #11965

Triggered via pull request November 27, 2024 15:03
Status Failure
Total duration 18s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.