Merge "Remove duplicated ignore list for pep8 check"
This commit is contained in:
commit
7b88c336e8
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user