Commit Graph

17 Commits

Author SHA1 Message Date
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
cc8cc53dfb feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
4c4e966e5f feat: great beautiful fixes 2026-02-20 01:17:53 +01:00
f8823a7de1 fix: resolve shellcheck warnings
- lint_python.sh: remove unused VERBOSE variable, use OVERALL_STATUS for exit
- run_game.sh: add || exit after cd
- install_arch.sh/uninstall_arch.sh: separate local declaration and assignment
- lint.sh: use variable for pkg-config output to avoid word splitting
2025-11-30 13:48:17 +01:00
e3f9e6dc0b fix: correct shebang and executable permissions
- Add +x to Python scripts with shebangs (3 files)
- Remove -x from non-script files like .cpp, .txt, makefile (23 files)
- Move shebang to first line in C/imageViewer/lint.sh
2025-11-30 13:42:16 +01:00
c1390d4c18 fix: some linting issues 2025-11-01 20:11:45 +01:00
dd8763f30f feat: added script to extract links form html 2025-09-06 14:00:34 +02:00
2be0f1f8a9 fix: most lint issues 2025-07-14 16:25:23 +02:00
0fc908f92d chore: made static functions static 2025-07-14 16:08:05 +02:00
f52d4f243a feat: wrap memcpy and sprintf executions into single function 2025-07-14 15:59:26 +02:00
894d134bc9 wip: questionable linting fixes 2025-07-14 15:29:01 +02:00
be301762ec chore: added linting to image veiwer 2025-07-14 15:14:19 +02:00
630dbeb40f feat: image taks as much space as possible, resize it automatically 2025-07-14 15:00:16 +02:00
714a2ab08b feat: load all image files in a folder when opening single image 2025-07-14 14:53:16 +02:00
b2d4ba3347 feat: added installation script for image viewer 2025-07-14 14:38:04 +02:00
a0a810c402 feat: some new features in image viewer 2025-07-09 18:31:21 +02:00
09f8f87003 feat: added simple image viewer 2025-07-09 18:05:59 +02:00