Merge "Ignored PEP257 errors."
This commit is contained in:
commit
02901ed230
2
tox.ini
2
tox.ini
@ -51,7 +51,9 @@ commands = bash tools/lintstack.sh
|
||||
[testenv:releasenotes]
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
#Skip PEP257 violation.
|
||||
[flake8]
|
||||
ignore = D100,D101,D102,D103,D104,D105,D200,D203,D202,D204,D205,D208,D400,D401
|
||||
show-source = true
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,scripts
|
||||
|
Loading…
Reference in New Issue
Block a user