mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Combine install and uninstall.
This commit is contained in:
parent
ac735e85e2
commit
f4d16b9cdc
5 changed files with 31 additions and 44 deletions
|
|
@ -6,9 +6,9 @@ import pkg_resources
|
|||
from pre_commit import color
|
||||
from pre_commit.commands.autoupdate import autoupdate
|
||||
from pre_commit.commands.clean import clean
|
||||
from pre_commit.commands.install import install
|
||||
from pre_commit.commands.install_uninstall import install
|
||||
from pre_commit.commands.install_uninstall import uninstall
|
||||
from pre_commit.commands.run import run
|
||||
from pre_commit.commands.uninstall import uninstall
|
||||
from pre_commit.runner import Runner
|
||||
from pre_commit.util import entry
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue