Ignore H803 checks from flake8

H803 isn't supported by community consensus - blacklist it to avoid
breaking folks muscle memory.

Change-Id: Ie01e799d5e8ba176f5198fb9b6629a98027fc66c
This commit is contained in:
Robert Collins 2013-08-06 09:51:28 +12:00
parent 6ed3b5a332
commit c540e39f04
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
show-source = true