From: Jenkins Date: Fri, 25 Apr 2014 19:12:44 +0000 (+0000) Subject: Merge "Exclude .ropeproject from flake8 checks" X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e8114d1d33fde65aee6cee2d03ce2f3636f295be;p=openstack-build%2Fneutron-build.git Merge "Exclude .ropeproject from flake8 checks" --- e8114d1d33fde65aee6cee2d03ce2f3636f295be diff --cc tox.ini index 423abf879,0c2e79349..0a4273e38 --- a/tox.ini +++ b/tox.ini @@@ -43,7 -43,9 +43,7 @@@ commands = {posargs # E125 continuation line does not distinguish itself from next logical line # H302 import only modules # TODO(marun) H404 multi line docstring should start with a summary -ignore = E711,E712,E125,H302,H404 +ignore = E125,H302,H404 show-source = true builtins = _ - exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools + exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,.ropeproject