Skip to content

Commit

Permalink
Add boto3 to ignored modules
Browse files Browse the repository at this point in the history
  • Loading branch information
outcatcher committed Dec 5, 2019
1 parent 83cc17c commit 62f3e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Expand Up @@ -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
Expand Down

0 comments on commit 62f3e8f

Please sign in to comment.