flake8: fix W391 style
authorSean Farley <sean@farley.io>
Tue, 30 Aug 2016 14:12:49 -0700
changeset 2003 61d595ce8994
parent 2002 053190199959
child 2004 410b7153480a
flake8: fix W391 style
hgext3rd/topic/stack.py
setup.cfg
--- a/hgext3rd/topic/stack.py	Tue Aug 30 14:05:36 2016 -0700
+++ b/hgext3rd/topic/stack.py	Tue Aug 30 14:12:49 2016 -0700
@@ -119,4 +119,3 @@
     data['branches'] = sorted(set(repo[r].branch() for r in revs))
 
     return data
-
--- a/setup.cfg	Tue Aug 30 14:05:36 2016 -0700
+++ b/setup.cfg	Tue Aug 30 14:12:49 2016 -0700
@@ -1,2 +1,2 @@
 [flake8]
-ignore = E261, E266, E302, E129, E731, E124, E713, E301, E501, E111, E123, E222, W503, W391, E127
+ignore = E261, E266, E302, E129, E731, E124, E713, E301, E501, E111, E123, E222, W503, E127