testsAndMisc-archive/python_pkg
Krzysztof kuhy Rudnicki 2a61619001 refactor(anki_decks): remove all noqa comments and fix underlying issues
- Replace module-level globals with _mp_state dict (PLW0603)
- Use hashlib.sha256 instead of md5 (S324)
- Use secrets.randbelow instead of random.randrange (S311)
- Use tempfile.gettempdir() instead of hardcoded /tmp (S108)
- Replace assert statements with RuntimeError (S101)
2026-03-13 20:47:52 +01:00
..
anki_decks refactor(anki_decks): remove all noqa comments and fix underlying issues 2026-03-13 20:47:52 +01:00
brightness_controller feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
cinema_planner refactor(cinema_planner): fix all ruff violations, add type hints, docstrings, logging 2026-03-13 20:35:21 +01:00
download_cats feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
extract_links Fix test discovery and coverage for python_pkg modules 2025-12-02 22:33:34 +01:00
keyboard_coop feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
lichess_bot feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
mock_server feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
music_gen feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
praca_magisterska_video feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
randomize_numbers feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
repo_explorer feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
scrape_website feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
stockfish_analysis feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
tag_divider feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
word_frequency refactor(word_frequency): fix all ruff violations and remove noqa comments 2026-03-13 20:41:31 +01:00