mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
OMG we're running a hook
This commit is contained in:
parent
47bad120e4
commit
871ab4d72f
11 changed files with 105 additions and 25 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue