Algo added #10616
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.List` is deprecated, use `list` instead
|
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 (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 (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 (UP006):
other/RSA_Algo/rsa_algo.py#L96
other/RSA_Algo/rsa_algo.py:96:17: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Ruff (UP006):
other/RSA_Algo/rsa_algo.py#L96
other/RSA_Algo/rsa_algo.py:96:46: UP006 Use `list` instead of `List` for type annotation
|