be1dca06e0
"pylint" requires a class named "SortImports", not present in "isort" versions >=5.0.0. Until "pylint" fixes this problem, we should allow each projecty to install its own "isort" library version to unblock CI pep8 jobs. Change-Id: I158bcc8c249ad7ec981707c0d96ad8db87eb23d9 Related-Bug: #1886422
42 lines
769 B
Plaintext
42 lines
769 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
|
|
flake8-logging-format
|
|
hacking
|
|
isort
|
|
mccabe
|
|
pep257
|
|
pep8
|
|
pre-commit
|
|
pyflakes
|
|
pycodestyle
|
|
pylint
|
|
yamllint
|
|
|
|
# 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
|
|
|
|
# Projects are free to specify their own version of ansible
|
|
ansible
|