mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Implement default_language_version
This commit is contained in:
parent
579b05e424
commit
d3b5a41830
23 changed files with 150 additions and 103 deletions
|
|
@ -22,3 +22,5 @@ VERSION = importlib_metadata.version('pre_commit')
|
|||
|
||||
# `manual` is not invoked by any installed git hook. See #719
|
||||
STAGES = ('commit', 'commit-msg', 'manual', 'push')
|
||||
|
||||
DEFAULT = 'default'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue