Skip to content

Algo added

Algo added #10613

Triggered via pull request October 7, 2024 19:18
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): other/RSA_Algo/rsa_algo.py#L1
other/RSA_Algo/rsa_algo.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (UP035): other/RSA_Algo/rsa_algo.py#L4
other/RSA_Algo/rsa_algo.py:4:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
Ruff (UP035): other/RSA_Algo/rsa_algo.py#L4
other/RSA_Algo/rsa_algo.py:4:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (W293): other/RSA_Algo/rsa_algo.py#L9
other/RSA_Algo/rsa_algo.py:9:1: W293 Blank line contains whitespace
Ruff (UP006): other/RSA_Algo/rsa_algo.py#L19
other/RSA_Algo/rsa_algo.py:19:36: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP006): other/RSA_Algo/rsa_algo.py#L19
other/RSA_Algo/rsa_algo.py:19:42: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP006): other/RSA_Algo/rsa_algo.py#L19
other/RSA_Algo/rsa_algo.py:19:59: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (W293): other/RSA_Algo/rsa_algo.py#L22
other/RSA_Algo/rsa_algo.py:22:1: W293 Blank line contains whitespace
Ruff (W293): other/RSA_Algo/rsa_algo.py#L34
other/RSA_Algo/rsa_algo.py:34:1: W293 Blank line contains whitespace
Ruff (BLE001): other/RSA_Algo/rsa_algo.py#L53
other/RSA_Algo/rsa_algo.py:53:12: BLE001 Do not catch blind exception: `Exception`