[trivial] add description of ignored flake8 checks

Change-Id: Ied8a0e728e08f4f3ea7a7db4e1047360cfe6d734
This commit is contained in:
Riccardo Pittau 2020-04-01 14:18:11 +02:00
parent 6c9d5dc58b
commit f6cdde207a
1 changed files with 2 additions and 0 deletions

View File

@ -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