mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Use Hook api in languages
This commit is contained in:
parent
5f9a667470
commit
b59d7197ff
18 changed files with 41 additions and 38 deletions
|
|
@ -39,13 +39,12 @@ from pre_commit.languages import system
|
|||
# 'default'.
|
||||
# """
|
||||
#
|
||||
# def run_hook(prefix, hook, file_args):
|
||||
# def run_hook(hook, file_args):
|
||||
# """Runs a hook and returns the returncode and output of running that
|
||||
# hook.
|
||||
#
|
||||
# Args:
|
||||
# prefix - `Prefix` bound to the repository.
|
||||
# hook - Hook dictionary
|
||||
# hook - `Hook`
|
||||
# file_args - The files to be run
|
||||
#
|
||||
# Returns:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue