mirror of
https://github.com/pre-commit/pre-commit.git
synced 2025-12-31 22:10:04 -06:00
7 lines
120 B
Python
7 lines
120 B
Python
|
|
def install_environment():
|
|
raise NotImplementedError
|
|
|
|
|
|
def run_hook(hook, file_args):
|
|
raise NotImplementedError |