mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
deprecate pre-commit-validate-{config,manifest}
This commit is contained in:
parent
e1ce4c0bf3
commit
777ffdd692
7 changed files with 87 additions and 22 deletions
|
|
@ -79,6 +79,7 @@ def test_adjust_args_try_repo_repo_relative(in_git_dir):
|
|||
FNS = (
|
||||
'autoupdate', 'clean', 'gc', 'hook_impl', 'install', 'install_hooks',
|
||||
'migrate_config', 'run', 'sample_config', 'uninstall',
|
||||
'validate_config', 'validate_manifest',
|
||||
)
|
||||
CMDS = tuple(fn.replace('_', '-') for fn in FNS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue