## Description Check whether the hooks list on [**pre-commit**](https://pre-commit.com/all-hooks.json)'s wesbite changed (were updated). ## Files - `updates/were_hooks_added.py` - `updates/are_hooks_up_to_date.py` ## TODO - [ ] Show status in `menu.py`? - [ ] Use **checksum** instead of storing file - [ ] Check if program itself had an update (new release) - [ ] Add diff view of updated file display? - [`sh`](https://amoffat.github.io/sh/) module + `diff`? - [difflib — Helpers for computing deltas](https://docs.python.org/3/library/difflib.html) ## Resources - [clients](https://pypi.org/project/clients/) - [requests](https://pypi.org/project/requests/)
Description
Check whether the hooks list on pre-commit's wesbite changed (were updated).
Files
updates/were_hooks_added.pyupdates/are_hooks_up_to_date.pyTODO
menu.py?shmodule +diff?Resources