mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 18:43:08 +02:00
- 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 |
||
|---|---|---|
| .. | ||
| test_texts | ||
| tests | ||
| __init__.py | ||
| analyzer.py | ||
| anki_generator.py | ||
| cache.py | ||
| cache.py.bak | ||
| excerpt_finder.py | ||
| learning_pipe.py | ||
| run_anki_generator.sh | ||
| run.sh | ||
| translator.py | ||
| vocabulary_curve.py | ||