Update caesar_cipher.py #11374
Annotations
10 errors
Ruff (I001):
ciphers/caesar_cipher.py#L1
ciphers/caesar_cipher.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
ciphers/caesar_cipher.py#L3
ciphers/caesar_cipher.py:3:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (UP007):
ciphers/caesar_cipher.py#L6
ciphers/caesar_cipher.py:6:52: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
ciphers/caesar_cipher.py#L39
ciphers/caesar_cipher.py:39:52: UP007 Use `X | Y` for type annotations
|
Ruff (E501):
ciphers/caesar_cipher.py#L41
ciphers/caesar_cipher.py:41:89: E501 Line too long (91 > 88)
|
Ruff (UP007):
ciphers/caesar_cipher.py#L61
ciphers/caesar_cipher.py:61:46: UP007 Use `X | Y` for type annotations
|
Ruff (UP006):
ciphers/caesar_cipher.py#L61
ciphers/caesar_cipher.py:61:71: UP006 Use `dict` instead of `Dict` for type annotation
|
Ruff (E501):
ciphers/caesar_cipher.py#L76
ciphers/caesar_cipher.py:76:89: E501 Line too long (89 > 88)
|
Ruff (E501):
ciphers/caesar_cipher.py#L131
ciphers/caesar_cipher.py:131:89: E501 Line too long (93 > 88)
|
Ruff (E501):
ciphers/caesar_cipher.py#L139
ciphers/caesar_cipher.py:139:89: E501 Line too long (93 > 88)
|