Remove D exclusions from flake8 config

It was unknown why they exist, but removing them doesn't break anything.

Change-Id: I9266ff844407ce4c9e52bda7ee570a7a3e707534
This commit is contained in:
Monty Taylor 2018-05-09 09:03:51 -05:00
parent 9007ab7048
commit ee1d1ad96b
1 changed files with 1 additions and 2 deletions

View File

@ -94,11 +94,10 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
# this, please be sure to preseve all copyright lines.
# H306 Is about alphabetical imports - there's a lot to fix.
# H4 Are about docstrings and there's just a huge pile of pre-existing issues.
# D* Came from sdk, unknown why they're skipped.
# W503 Is supposed to be off by default but in the latest pycodestyle isn't.
# Also, both openstacksdk and Donald Knuth disagree with the rule. Line
# breaks should occur before the binary operator for readability.
ignore = H103,H306,H4,D100,D101,D102,D103,D104,D105,D200,D202,D204,D205,D211,D301,D400,D401,W503
ignore = H103,H306,H4,W503
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build