mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
pre-commit gc
This commit is contained in:
parent
d7f5c6f979
commit
9e34e6e316
12 changed files with 412 additions and 116 deletions
|
|
@ -65,8 +65,8 @@ def test_adjust_args_try_repo_repo_relative(in_git_dir):
|
|||
|
||||
|
||||
FNS = (
|
||||
'autoupdate', 'clean', 'install', 'install_hooks', 'migrate_config', 'run',
|
||||
'sample_config', 'uninstall',
|
||||
'autoupdate', 'clean', 'gc', 'install', 'install_hooks', 'migrate_config',
|
||||
'run', 'sample_config', 'uninstall',
|
||||
)
|
||||
CMDS = tuple(fn.replace('_', '-') for fn in FNS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue