testsAndMisc/python_pkg/word_frequency/tests
Krzysztof kuhy Rudnicki 0460f3fac6 refactor(word_frequency): fix all ruff violations and remove noqa comments
- Replace print() with logging module throughout
- Add type annotations and Google docstrings to all functions
- Introduce DeckInput and LessonConfig dataclasses to reduce function parameters
- Use specific exception types instead of bare except (BLE001)
- Remove all noqa suppression comments
- Fix test fixtures: remove unused _capsys/_tmp_path parameters
2026-03-13 20:41:31 +01:00
..
__init__.py feat: text learning pipe 2025-12-27 17:22:17 +01:00
test_analyzer.py refactor(word_frequency): fix all ruff violations and remove noqa comments 2026-03-13 20:41:31 +01:00
test_anki_generator.py refactor(word_frequency): fix all ruff violations and remove noqa comments 2026-03-13 20:41:31 +01:00
test_excerpt_finder.py refactor(word_frequency): fix all ruff violations and remove noqa comments 2026-03-13 20:41:31 +01:00
test_learning_pipe.py refactor(word_frequency): fix all ruff violations and remove noqa comments 2026-03-13 20:41:31 +01:00
test_translator.py refactor(word_frequency): fix all ruff violations and remove noqa comments 2026-03-13 20:41:31 +01:00
test_vocabulary_curve.py refactor(word_frequency): fix all ruff violations and remove noqa comments 2026-03-13 20:41:31 +01:00