Enable ignored PEP8 verifications.

Change-Id: I7d075131e28b0e3fa3e2bcffce3a34d854411f52
This commit is contained in:
Federico Ressi 2019-09-20 13:07:43 +02:00
parent 81f8937723
commit 0fdbbd7553
1 changed files with 0 additions and 10 deletions

10
tox.ini
View File

@ -72,16 +72,6 @@ commands = pylint -j0 -E --rcfile=.pylintrc -e W,E tobiko
[flake8]
# E125 continuation line does not distinguish itself from next logical line
# E126 continuation line over-indented for hanging indent
# 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
# N530 direct neutron imports not allowed
ignore = E125,E126,E128,E129,E265,H404,H405,N530
# H106: Don't put vim configuration in source files
# H203: Use assertIs(Not)None to check for None
# H904: Delay string interpolations at logging calls