Add a manual stage for cli-only interaction

This commit is contained in:
Anthony Sottile
2018-03-07 12:41:25 -08:00
parent 4088f55ee6
commit bf5792eb10
5 changed files with 30 additions and 45 deletions

View File

@@ -20,3 +20,6 @@ LOCAL_REPO_VERSION = '1'
VERSION = pkg_resources.get_distribution('pre-commit').version
VERSION_PARSED = pkg_resources.parse_version(VERSION)
# `manual` is not invoked by any installed git hook. See #719
STAGES = ('commit', 'commit-msg', 'manual', 'push')