mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-01 06:20:33 -06:00
OMG we're running a hook
This commit is contained in:
7
pre_commit/languages/node.py
Normal file
7
pre_commit/languages/node.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
def install_environment():
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
def run_hook(hook, file_args):
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user