summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pylintrc3
1 files changed, 2 insertions, 1 deletions
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.