From ae79dfab339309f150e63be92c8ec0c58e13043e Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 2 Oct 2018 02:24:04 -0500 Subject: fix lints --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 3bf28ee15..cb74bd24c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,9 @@ ignore = # W293: blank line contains whitespace W293, # W391: blank line at end of file - W391 + W391, + # W503: line break before binary operator + W503 exclude = pyramid/tests/,pyramid/compat.py,pyramid/resource.py show-source = True -- cgit v1.2.3