From a24c288293d93e70f960ea3a106bd6e653032155 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 16 2015 11:18:18 +0000 Subject: Add TODO to move things around so that we can re-use them elsewhere --- diff --git a/progit/hooks/files/progit_hook.py b/progit/hooks/files/progit_hook.py index 21b2824..7644f9d 100644 --- a/progit/hooks/files/progit_hook.py +++ b/progit/hooks/files/progit_hook.py @@ -21,6 +21,8 @@ import progit import progit.exceptions +# TODO: Move this to progit.lib so that it can also be used in comments +# in tickets or pull-requests FIXES = [ re.compile('fixe?[sd]?:?\s?#(\d+)', re.I), re.compile('.*\s+fixe?[sd]?:?\s?#(\d+)', re.I),