Skip to content

Algo added

Algo added #10614

Triggered via pull request October 7, 2024 19:19
Status Failure
Total duration 16s
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 (UP006): other/RSA_Algo/rsa_algo.py#L21
other/RSA_Algo/rsa_algo.py:21:36: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP006): other/RSA_Algo/rsa_algo.py#L21
other/RSA_Algo/rsa_algo.py:21:42: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP006): other/RSA_Algo/rsa_algo.py#L21
other/RSA_Algo/rsa_algo.py:21:59: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (BLE001): other/RSA_Algo/rsa_algo.py#L55
other/RSA_Algo/rsa_algo.py:55:12: BLE001 Do not catch blind exception: `Exception`
Ruff (UP006): other/RSA_Algo/rsa_algo.py#L72
other/RSA_Algo/rsa_algo.py:72:17: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP006): other/RSA_Algo/rsa_algo.py#L72
other/RSA_Algo/rsa_algo.py:72:53: UP006 Use `list` instead of `List` for type annotation
Ruff (BLE001): other/RSA_Algo/rsa_algo.py#L88
other/RSA_Algo/rsa_algo.py:88:12: BLE001 Do not catch blind exception: `Exception`