From 6ca51f2b1c52a6691925029586b6514ede8f13a1 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Thu, 14 May 2020 12:26:59 +0200 Subject: [PATCH] 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 --- blacklist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/blacklist.txt b/blacklist.txt index 5c9f6ccf07..c7d997b649 100644 --- a/blacklist.txt +++ b/blacklist.txt @@ -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