Merge "Add reasons to ignore certain flake8 checks"

This commit is contained in:
Jenkins
2013-11-25 14:15:56 +00:00
committed by Gerrit Code Review

View File

@@ -25,6 +25,9 @@ commands = {posargs}
commands = python setup.py testr --coverage --testr-args='{posargs}'
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,H803
builtins = _