Several things: - [ ] point out in the readme that it can be ignored with `git commit --no-verify` per [this](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) - [ ] add documentation about `pre-commit autoupdate` - [ ] add mypy check - [ ] ? add running tests eg per this [post](https://blog.mphomphego.co.za/blog/2019/10/03/Why-you-need-to-stop-using-Git-Hooks.html) (search for pytest) - [ ] add copyright checker with [flake8-copyright](https://pypi.org/project/flake8-copyright/)