Based on [this conversation](https://github.com/jenstroeger/python-package-template/pull/48#discussion_r757160216) — add a Github Action which runs [`pre-commit autoupdate`](https://pre-commit.com/#updating-hooks-automatically) and, if hooks need updating, opens a PR accordingly. Something like explained in [this blog](https://browniebroke.com/blog/gh-action-pre-commit-autoupdate/).
Based on this conversation — add a Github Action which runs
pre-commit autoupdateand, if hooks need updating, opens a PR accordingly. Something like explained in this blog.