72c5ac955c
Pygments is already in global-requirements, but not in upper-constraints. Pygments is required by Sphinx. Pygments removed support for py2 in version 2.6.0 so we need to ensure that it is properly pinned to prevent tests/docs failing. Pygments was added to the blacklist in I643c7632a02c87820c9c51f03fa34f0764384783 but it's not entirely clear why. To ensure that it is managed in upper-constraints from now on, we remove it from the blacklist. Change-Id: I18a50482e588176047ede81c4ee994c9d7df282b Closes-Bug: #1869174
37 lines
685 B
Plaintext
37 lines
685 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
|
|
mccabe
|
|
pep257
|
|
pep8
|
|
pre-commit
|
|
pyflakes
|
|
pycodestyle
|
|
pylint
|
|
|
|
# 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
|