From 13abf68ae724de24351220fffed702797bdec83a Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 18 Dec 2018 20:34:30 +0000 Subject: [PATCH] Adds pre-commit linter to the blacklist Avoids check-requirements failure on projects using pre-commit, like tripleo ones. Change-Id: Idc1e76e178e63cc0efa5279f779a18dac18a1bc7 --- blacklist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/blacklist.txt b/blacklist.txt index 09816a7054..38ebc38a5a 100644 --- a/blacklist.txt +++ b/blacklist.txt @@ -9,6 +9,7 @@ hacking mccabe pep257 pep8 +pre-commit pyflakes pycodestyle pylint