Disable pep8 "W503 line break before binary operator" warning for now. The check was recently introduced by pep8 1.6.2.
Signed-off-by: YAMAMOTO Takashi <[email protected]> --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4dcb834..32fc875 100644 --- a/tox.ini +++ b/tox.ini @@ -14,5 +14,5 @@ commands = [pep8] exclude = pbr-*,.venv,.tox,.git,doc,dist,tools,vcsversion.py,.pyc,ryu/contrib,dictconfig.py -ignore = E113,E116,E402,E711,E731,E501 +ignore = E113,E116,E402,E711,E731,E501,W503 -- 2.1.0 ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
