diff --git a/.pylintrc b/.pylintrc index 009c1d2a0..934be0b64 100644 --- a/.pylintrc +++ b/.pylintrc @@ -269,7 +269,7 @@ 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= +ignored-modules=boto3 # List of classes names for which member attributes should not be checked # (useful for classes with attributes dynamically set). This supports can work