From 977a7b34f4c75c9437bfbb7d7afdb4b168cf119b Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 22 Jan 2019 17:45:30 -0500 Subject: [PATCH] update pylintrc --- .pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 99ef868eb..f32bc535f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -354,13 +354,13 @@ ignore-mixin-members=yes # (useful for modules/projects where namespaces are manipulated during runtime # and thus existing member attributes cannot be deduced by static analysis. It # supports qualified module names, as well as Unix pattern matching. -ignored-modules=twisted.internet.reactor,leveldb,distutils +ignored-modules=leveldb,distutils # Ignoring distutils because: https://github.com/PyCQA/pylint/issues/73 # List of classes names for which member attributes should not be checked # (useful for classes with attributes dynamically set). This supports can work # with qualified names. -ignored-classes=twisted.internet.reactor,RequestMessage +# ignored-classes= # List of members which are set dynamically and missed by pylint inference