Add an algorithm to find the key of a Vigenere cipher using IC #14062
Annotations
7 errors
ruff
Process completed with exit code 1.
|
Ruff (W292):
ciphers/tests/test.py#L9
ciphers/tests/test.py:9:55: W292 No newline at end of file
|
Ruff (PT009):
ciphers/tests/test.py#L9
ciphers/tests/test.py:9:9: PT009 Use a regular `assert` instead of unittest-style `assertAlmostEqual`
|
Ruff (F405):
ciphers/tests/test.py#L8
ciphers/tests/test.py:8:14: F405 `index_of_coincidence` may be undefined, or defined from star imports
|
Ruff (F403):
ciphers/tests/test.py#L2
ciphers/tests/test.py:2:1: F403 `from ciphers.break_vigenere import *` used; unable to detect undefined names
|
Ruff (I001):
ciphers/tests/test.py#L1
ciphers/tests/test.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (INP001):
ciphers/tests/test.py#L1
ciphers/tests/test.py:1:1: INP001 File `ciphers/tests/test.py` is part of an implicit namespace package. Add an `__init__.py`.
|