From 75079e091d32f29a3071ce29a6b8b4ee6499fe17 Mon Sep 17 00:00:00 2001 From: Darius Makovsky Date: Mon, 15 Jul 2019 15:00:48 +0100 Subject: Add ujson to pylint pkg whitelist --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index c6f52b889..08c506546 100644 --- a/.pylintrc +++ b/.pylintrc @@ -7,7 +7,8 @@ extension-pkg-whitelist= buildstream._loader._loader, buildstream._loader.types, buildstream._variables, - buildstream._yaml + buildstream._yaml, + ujson # Add files or directories to the blacklist. They should be base names, not # paths. -- cgit v1.2.1