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
This commit is contained in:
parent
9500cbb4ec
commit
6ca51f2b1c
@ -15,6 +15,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user