[trivial] add description of ignored flake8 checks
Change-Id: Ied8a0e728e08f4f3ea7a7db4e1047360cfe6d734
This commit is contained in:
parent
6c9d5dc58b
commit
f6cdde207a
2
tox.ini
2
tox.ini
@ -20,6 +20,8 @@ commands = stestr run {posargs}
|
||||
|
||||
[flake8]
|
||||
show-source = True
|
||||
# [E129] Visually indented line with same indent as next logical line.
|
||||
# [W503] Line break occurred before a binary operator. Conflicts with W504.
|
||||
ignore = E129,W503
|
||||
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
|
||||
import-order-style = pep8
|
||||
|
Loading…
x
Reference in New Issue
Block a user