Fix upstream gate

Change-Id: I8ba570562ae0b69efc7ed5308dfb01ea7f986196
This commit is contained in:
Thomas Bachman 2020-12-16 17:52:09 +00:00
parent 7901b80657
commit 32fe945467
2 changed files with 4 additions and 3 deletions

View File

@ -5,10 +5,10 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
bandit!=1.6.0,>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
flake8-import-order==0.12 # LGPLv3
flake8-import-order==0.18.1 # LGPLv3
httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3
mock>=2.0.0 # BSD
oslotest>=3.2.0,<=3.9.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
python-openstackclient>=3.12.0 # Apache-2.0
sphinx!=1.6.6,>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0

View File

@ -47,12 +47,13 @@ commands = bandit -r {toxinidir}/gbpclient -x {toxinidir}/gbpclient/tests -n5 -s
# E125 continuation line does not distinguish itself from next logical line
# F601 dictionary key name repeated with different values - REVISIT
# H302 import only modules
# I202 Additional newline in a group of imports
# W503 line break before binary operator - REVISIT
# W504 line break after binary operator - REVISIT
# W605 invalid escape sequence - REVISIT
#
# REVISIT: Fix code and remove E129,E251,H305,H307,H405,H904 added for
# hacking 0.9.2
ignore = E125,H302,E129,E251,F601,H305,H307,H405,H904,W503,W504,W605
ignore = E125,H302,E129,E251,F601,I202,H305,H307,H405,H904,W503,W504,W605
show-source = true
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools