summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
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,