mirror of
https://github.com/j178/prek.git
synced 2026-04-03 17:34:03 +02:00
* feat: implement cooldown (default: 1 day) * refactor: make update_repo a coordinator function * fix: fallback to search all tags when candidate fails * perf: batch the tag commit date iteration into one call * Simplify logic * Add tests * Change `--cooldown-days` default to 0, keep backward compability * Remove `cooldown_days` from config --------- Co-authored-by: Jo <10510431+j178@users.noreply.github.com>