8da6f67057
Add a documentation and license files for the test suite references as well as some tox setup files in case are needed to apply linters on the suite. Depends-On : Ia1e4e9ce011e1e527bd1109d1260bdc0b9a410b9 Signed-off-by: Jose Perez Carranza <jose.perez.carranza@intel.com> Change-Id: If81c702688a0cb3daed5c2cbe3181eb3fc6039d8
8 lines
159 B
INI
8 lines
159 B
INI
# configuration for flake8
|
|
[flake8]
|
|
ignore = W191
|
|
exclude = .venv,.tox,dist,doc,build,*.egg
|
|
import-order-style = pep8
|
|
max-line-length = 79
|
|
max-complexity = 15
|