Signed-off-by: IWASE Yusuke <iwase.yusu...@gmail.com> --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tox.ini b/tox.ini index 758d1661..5d8712e1 100644 --- a/tox.ini +++ b/tox.ini @@ -52,14 +52,16 @@ commands = [pycodestyle] exclude = pbr-*,.venv,.tox,.git,doc,dist,tools,vcsversion.py,.pyc,ryu/contrib -# W503: line break occurred before a binary operator +# W503: line break before binary operator +# W504: line break after binary operator +# W605: invalid escape sequence # E116: unexpected indentation (comment) # E402: module level import not at top of file # E501: line too long (>79 characters) # E722: do not use bare except, specify exception instead # E731: do not assign a lambda expression, use a def # E741: do not use variables named 'l', 'O', or 'I' -ignore = W503,E116,E402,E501,E722,E731,E741 +ignore = W503,W504,W605,E116,E402,E501,E722,E731,E741 [pep8] exclude = pbr-*,.venv,.tox,.git,doc,dist,tools,vcsversion.py,.pyc,ryu/contrib -- 2.17.1 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel