Merge "Ignore E129"
This commit is contained in:
commit
640e0785da
4
tox.ini
4
tox.ini
@ -29,8 +29,8 @@ commands = {posargs}
|
||||
[flake8]
|
||||
exclude = .venv,.tox,dist,doc,*.egg
|
||||
show-source = true
|
||||
# E123, E125, and H ignored intentionally in this code-base
|
||||
ignore = E123,E125,H
|
||||
# E123, E125, E129 and H ignored intentionally in this code-base
|
||||
ignore = E123,E125,E129,H
|
||||
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
|
Loading…
x
Reference in New Issue
Block a user