requirements/blacklist.txt
Michal Nasiadka 6ca51f2b1c Add yamllint to blacklist
Some projects, such as kolla-ansible, use yamllint for linting YAML
code.
At present it is not possible to add this to your requirements as it
does not appear in the global requirements file.

Change-Id: Ibf26d927cd45d0f39a0fcb7c4700786dbf002459
2020-05-14 12:31:42 +02:00

41 lines
763 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
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