cipher: add scytale cipher #11950
Annotations
10 errors
Ruff (RUF021):
cellular_automata/conways_game_of_life.py#L63
cellular_automata/conways_game_of_life.py:63:20: RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
|
Ruff (UP043):
ciphers/playfair_cipher.py#L27
ciphers/playfair_cipher.py:27:47: UP043 Unnecessary default type arguments
|
Ruff (W293):
ciphers/scytale_cipher.py#L4
ciphers/scytale_cipher.py:4:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/scytale_cipher.py#L22
ciphers/scytale_cipher.py:22:1: W293 Blank line contains whitespace
|
Ruff (E501):
ciphers/scytale_cipher.py#L40
ciphers/scytale_cipher.py:40:89: E501 Line too long (93 > 88)
|
Ruff (RUF021):
ciphers/simple_keyword_cypher.py#L13
ciphers/simple_keyword_cypher.py:13:25: RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
|
Ruff (RUF021):
ciphers/transposition_cipher.py#L57
ciphers/transposition_cipher.py:57:16: RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
|
Ruff (PLC0206):
compression/lempel_ziv.py#L38
compression/lempel_ziv.py:38:9: PLC0206 Extracting value from dictionary without calling `.items()`
|
Ruff (UP031):
data_structures/arrays/sudoku_solver.py#L159
data_structures/arrays/sudoku_solver.py:159:13: UP031 Use format specifiers instead of percent format
|
Ruff (UP043):
data_structures/binary_tree/binary_tree_traversals.py#L33
data_structures/binary_tree/binary_tree_traversals.py:33:36: UP043 Unnecessary default type arguments
|