summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-02-16 15:05:30 +0200
committerLars Wirzenius <liw@liw.fi>2019-02-16 15:05:30 +0200
commit4319710b976d951095e4f02431e2bea7c1bce58d (patch)
tree63b5241324a1539aca62078733fea1f8c454f800
parent3ce2c8b2a997ca27d6b60830ac08d87c3087505f (diff)
downloadmuck-poc-4319710b976d951095e4f02431e2bea7c1bce58d.tar.gz
Fix: disable pylint3 warning about cyclic imports
The code works just fine. Bad warning.
-rw-r--r--pylint.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint.conf b/pylint.conf
index c57d253..f55272c 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -3,6 +3,7 @@ persistent=no
[MESSAGES CONTROL]
disable=
+ cyclic-import,
invalid-name,
missing-docstring,
no-self-use,