testsAndMisc-archive/python_pkg/randomize_numbers
Krzysztof kuhy Rudnicki 3139333f24 fix: resolve remaining ruff violations (FURB110, PLC0207)
- generate_blunder_tests.py: use 'or' instead of ternary (FURB110)
- music_generator.py: use 'or' instead of ternary (FURB110), fix type: ignore
- random_digits.py: use rsplit with maxsplit instead of split (PLC0207)
2026-03-14 17:51:55 +01:00
..
tests Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
__init__.py refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
random_digits.py fix: resolve remaining ruff violations (FURB110, PLC0207) 2026-03-14 17:51:55 +01:00
run.sh feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00