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),