mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-17 22:40:11 -06:00
Fix fail type signature
This commit is contained in:
@@ -12,4 +12,4 @@ install_environment = helpers.no_install
|
||||
def run_hook(hook, file_args):
|
||||
out = hook.entry.encode('UTF-8') + b'\n\n'
|
||||
out += b'\n'.join(f.encode('UTF-8') for f in file_args) + b'\n'
|
||||
return 1, out, b''
|
||||
return 1, out
|
||||
|
||||
Reference in New Issue
Block a user