Skip to content

Adding the function is_proth_number #11966

Adding the function is_proth_number

Adding the function is_proth_number #11966

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
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
Process completed with exit code 1.