mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 00:24:47 +04:00
7 lines
No EOL
120 B
Python
7 lines
No EOL
120 B
Python
|
|
def install_environment():
|
|
raise NotImplementedError
|
|
|
|
|
|
def run_hook(hook, file_args):
|
|
raise NotImplementedError |