24db3f8953
Avoids check-requirements failure regarding usage of ansible-lint. Needed-By: https://review.opendev.org/679101 Needed-By: https://review.opendev.org/679105 Change-Id: I36602e2f4ca1542b6c60df1ae9fcdc551451a3e0
37 lines
672 B
Plaintext
37 lines
672 B
Plaintext
# linters - each project may have a different version with loose convergence
|
|
# over time.
|
|
astroid
|
|
ansible-lint
|
|
bandit
|
|
flake8
|
|
flake8-docstrings
|
|
flake8-import-order
|
|
hacking
|
|
mccabe
|
|
pep257
|
|
pep8
|
|
pre-commit
|
|
pyflakes
|
|
pycodestyle
|
|
pylint
|
|
Pygments
|
|
|
|
# The following horizon and Neutron libraries need to be blacklisted
|
|
# as they do not use cycle-with-intermediary. The only time they
|
|
# would be updated is at release time.
|
|
horizon
|
|
networking-bagpipe
|
|
networking-bgpvpn
|
|
networking-l2gw
|
|
networking-odl
|
|
networking-sfc
|
|
neutron
|
|
neutron-dynamic-routing
|
|
neutron-fwaas
|
|
neutron-lbaas
|
|
neutron-vpnaas
|
|
vmware-nsxlib
|
|
|
|
# Sahara uses cycle-with-rc, but it promises a stable plugin interface
|
|
sahara
|