summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2019-06-05 21:09:53 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-06-06 15:53:43 +0000
commitbaec142e623f9e8a4efd93183ac2f7ef15d84b06 (patch)
tree1c20ed5671fd4b139cbc71afee441ee575d9ba00 /.pylintrc
parent6a42630a4057e704ed00fe8d478c86f774c6fd3c (diff)
downloadbuildstream-baec142e623f9e8a4efd93183ac2f7ef15d84b06.tar.gz
_loader/types: move to a cython package
Types is a simple module that accounts for a few percent of a basic 'show' operation. Having it cythonized allows us to get better performance without too much wokr
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index c33aa48b8..82afa5a1a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -5,6 +5,7 @@
# run arbitrary code
extension-pkg-whitelist=
buildstream._loader._loader,
+ buildstream._loader.types,
buildstream._variables,
buildstream._yaml