mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-10 19:10:27 -06:00
Fix the build in python 2.6: speeling error
This commit is contained in:
@@ -30,6 +30,5 @@ def install_environment():
|
||||
|
||||
|
||||
def run_hook(hook, file_args):
|
||||
# TODO: batch filenames
|
||||
with in_env() as env:
|
||||
return helpers.run_hook(env, hook, file_args)
|
||||
|
||||
Reference in New Issue
Block a user