From 1ea98c34a490c7d50652e24352068bc59d988ad9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 03 2014 10:55:02 +0000 Subject: Small pep8 fix to the git hook Fixes #43 --- diff --git a/progit/hooks/files/progit_hook.py b/progit/hooks/files/progit_hook.py index 46ecbac..84d8684 100644 --- a/progit/hooks/files/progit_hook.py +++ b/progit/hooks/files/progit_hook.py @@ -35,6 +35,7 @@ RELATES = [ re.compile('.*\s+relate[sd]?:?\s?https?://.*/(\w+)/issue/(\d+)', re.I), ] + def read_git_output(args, input=None, keepends=False, **kw): """Read the output of a Git command."""