testsAndMisc/C
Krzysztof kuhy Rudnicki 3ebb97b283 chore: optimize pre-commit, remove tracked binaries, fix lint issues
- Move slow hooks (mypy, pylint, bandit, pytest, prettier) to pre-push stage
- Remove redundant autoflake (ruff covers F401/F841)
- Fix shellcheck OOM by batching files with xargs -n 40
- Remove tracked .o, .wav, .pyc binaries from git
- Move pomodoro wav files to ../testsAndMisc_binaries/ with symlinks
- Add *.o, *.so, *.a to .gitignore
- Refactor hltb._pick_best_hltb_entry to fix C901/PLR0911/SIM102
- Fix SC2034 warnings in gif_to_square.sh and upgrade.sh
- Add disk_cleanup_check.sh script
- Various test and code improvements across screen_locker,
  steam_backlog_enforcer, word_frequency, moviepy_showcase
2026-04-10 18:48:37 +02:00
..
1dvelocitysimulator feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
fps feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
imageViewer chore: optimize pre-commit, remove tracked binaries, fix lint issues 2026-04-10 18:48:37 +02:00
lichess_random_engine feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
misc feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
opening_learner chore: optimize pre-commit, remove tracked binaries, fix lint issues 2026-04-10 18:48:37 +02:00
scrapeWebsite feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
tests feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
vocabulary_curve feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
websocketServer feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
.clang-format feat: added linter for C 2025-11-01 19:18:53 +01:00
.clang-tidy fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
.gitignore fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
compile_commands.json feat: added linter for C 2025-11-01 19:18:53 +01:00
cppcheck.txt feat: added linter for C 2025-11-01 19:18:53 +01:00
flawfinder.txt feat: added linter for C 2025-11-01 19:18:53 +01:00
lint_all.sh fix: some linting issues 2025-11-01 20:11:45 +01:00