mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-01 06:20:33 -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 |