Merge "Remove duplicated ignore list for pep8 check"

This commit is contained in:
Zuul 2019-09-06 19:52:00 +00:00 committed by Gerrit Code Review
commit 7b88c336e8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ commands =
python ./tools/yaml-validate.py .
bash -c ./tools/roles-data-validation.sh
bash -c ./tools/check-up-to-date.sh
flake8 --exclude releasenotes --ignore E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405,W503,W504,E501,E731,W605
flake8 --exclude releasenotes --ignore {[testenv:flake8]ignore}
[testenv:flake8]
basepython = python3