================== - Fix autoupdate with "local" hooks - don't purge local hooks.
0.5.2
================== - Fix autoupdate with "local" hooks
0.5.1
================== - Fix bug with unknown non-ascii hook-id - Avoid crash when .git/hooks is not present in some git clients
0.5.0
================== - Add a new "local" hook type for running hooks without remote configuration. - Complain loudly when .pre-commit-config.yaml is unstaged. - Better support for multiple language versions when running hooks. - Allow exclude to be defaulted in repository configuration.
0.4.4
================== - Use sys.executable when executing virtualenv
0.4.3
================== - Use reset instead of checkout when checkout out hook repo