Merge "Fixed comments in tox.ini [flake8]"

This commit is contained in:
Jenkins 2017-06-08 14:28:19 +00:00 committed by Gerrit Code Review
commit 628b6f4207
1 changed files with 1 additions and 1 deletions

View File

@ -86,8 +86,8 @@ commands = python setup.py build_sphinx
# E128 continuation line under-indented for visual indent
# E129 visually indented line with same indent as next logical line
# E265 block comment should start with #
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
# TODO(marun) H404 multi line docstring should start with a summary
# TODO(dougwig) -- uncomment this to test for remaining linkages
# N530 direct neutron imports not allowed
# TODO(ihrachys) -- reenable N537 when new neutron-lib release is available