Merge "Ignore H803 for flake8"

This commit is contained in:
Jenkins 2014-10-16 15:34:59 +00:00 committed by Gerrit Code Review
commit ea74452f52
1 changed files with 1 additions and 0 deletions

View File

@ -21,3 +21,4 @@ commands = mkdir -p ical
[flake8]
show-source = True
exclude = .venv,.tox,dist,doc,*.egg
ignore = H803