cipher: add scytale cipher #11952
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 (I001):
ciphers/columnar_transposition_cipher.py#L1
ciphers/columnar_transposition_cipher.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W293):
ciphers/columnar_transposition_cipher.py#L6
ciphers/columnar_transposition_cipher.py:6:1: W293 Blank line contains whitespace
|
Ruff (F841):
ciphers/columnar_transposition_cipher.py#L14
ciphers/columnar_transposition_cipher.py:14:5: F841 Local variable `num_rows` is assigned to but never used
|
Ruff (W293):
ciphers/columnar_transposition_cipher.py#L15
ciphers/columnar_transposition_cipher.py:15:1: W293 Blank line contains whitespace
|
Ruff (W293):
ciphers/columnar_transposition_cipher.py#L31
ciphers/columnar_transposition_cipher.py:31:1: W293 Blank line contains whitespace
|
Ruff (UP043):
ciphers/playfair_cipher.py#L27
ciphers/playfair_cipher.py:27:47: UP043 Unnecessary default type arguments
|
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()`
|