mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Add a manual stage for cli-only interaction
This commit is contained in:
parent
4088f55ee6
commit
bf5792eb10
5 changed files with 30 additions and 45 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue