Ignore H803 checks from flake8

H803 isn't supported by community consensus. Blacklist it.

Change-Id: I50f3d545f694827507ffd238f41a38c0b12e3a59
This commit is contained in:
Robert Collins 2013-08-06 09:57:26 +12:00
parent e017b0d09f
commit 0e107ca7aa
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ commands =
commands = {posargs}
[flake8]
ignore = H803
exclude = .venv,.tox,dist,doc,*.egg,./os_collect_config/openstack/*
show-source = true