summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pylintrc b/.pylintrc
index e376b48b..c83546a6 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -62,10 +62,10 @@ ignored-modules=
# for classes with dynamically set attributes). This supports the use of
# qualified names.
# argparse.Namespace from https://github.com/PyCQA/pylint/issues/2413
-ignored-classes=argparse.Namespace,optparse.Values,thread._local
+ignored-classes=argparse.Namespace,optparse.Values,thread._local,ImageManager,ContainerManager
# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E1101 when accessed. Python regular
# expressions are accepted.
-generated-members=types,http.client,command_handlers,m_.*
+generated-members=types,http.client,command_handlers,m_.*,enter_context