Remove duplicated ignore list for pep8 check
Change-Id: I0c3b17f858f093c260d4412544b3562c6200655e
This commit is contained in:
parent
f47dfe1059
commit
e804f7bd82
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…
x
Reference in New Issue
Block a user