Merge "Unskip some pep8 rules"

This commit is contained in:
Bryan Strassner 2017-10-06 16:04:04 -04:00 committed by Gerrit Code Review
commit ddc6d40584
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ commands = flake8 {posargs}
# [H210] Require autospec, spec, or spec_set in mock.patch/mock.patch.object calls
# [H904] Delay string interpolations at logging calls.
enable-extensions = H106,H203,H204,H205,H210,H904
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405
ignore = E127,E128,E129,E131,H405
exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,releasenotes,doc
[testenv:docs]