Remove PEP8 exclusions (H234, H302, H802)

Remove PEP8 exclusions except H405. It must be removed when old CLI
will be removed.

Change-Id: If65189bb0f2b4d436adf2a312ce3e440a69773fb
Closes-bug: #1504352
This commit is contained in:
Andrey Tykhonov 2015-11-27 17:23:02 +02:00
parent 4f9a873b1a
commit b77559b309
1 changed files with 2 additions and 3 deletions

View File

@ -79,9 +79,8 @@ envdir = devenv
usedevelop = True
[flake8]
# TODO(romcheg): Most of there exceptions must be removed when
# old CLI is removed.
ignore = H234,H302,H802,H405
# TODO(atykhonov): H405 must be removed when old CLI is removed
ignore = H405
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,__init__.py,docs
show-pep8 = True
show-source = True