=================== - Only mention locking when waiting for a lock. - Fix `IOError` during locking in timeout situation on windows under python 2.
0.18.0
Not secure
=================== - Add a new `docker_image` language type. `docker_image` is intended to be a lightweight hook type similar to `system` / `script` which allows one to use an existing docker image that provides a hook. `docker_image` hooks can also be used as repository `local` hooks.
0.17.0
Not secure
=================== - Fix typos in help - Allow `commit-msg` hook to be uninstalled - Upgrade the `sample-config` - Remove undocumented `--no-stash` and `--allow-unstaged-config` - Remove `validate_config` hook pre-commit hook. - Fix installation race condition when multiple `pre-commit` processes would attempt to install the same repository.
0.16.3
Not secure
=================== - autoupdate attempts to maintain config formatting.
0.16.2
Not secure
=================== - Initialize submodules in hook repositories.
0.16.1
Not secure
=================== - Improve node support when running under cygwin.