summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorBenjamin Schubert <bschubert15@bloomberg.net>2019-12-02 11:35:32 +0000
committerBenjamin Schubert <bschubert15@bloomberg.net>2019-12-02 11:51:15 +0000
commitff6f6d0c38218d954814847f2a25b6d056347691 (patch)
tree60ae44ff3e6582eeda329f859d63a559c164c12c /.pylintrc
parente4ed02fbfcea355d6432e7a2e389af84a94120dd (diff)
downloadbuildstream-ff6f6d0c38218d954814847f2a25b6d056347691.tar.gz
Update all python dependencies
This updates all dependencies on the project, which is mainly needed by python3.8 but can be done independentely. This also disables multiple false positive lint errors and disable a new check that we don't need.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index 422406417..25d5647b0 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -106,6 +106,8 @@ disable=#####################################
#######################################################
# Messages that we would like to enable at some point #
#######################################################
+ # We have many circular imports that need breaking
+ import-outside-toplevel,
duplicate-code,