Skip to content

Commit

Permalink
Add boto3 to ignored modules (#167)
Browse files Browse the repository at this point in the history
Add workaround for pylint-dev/pylint#3134
  • Loading branch information
outcatcher committed Dec 6, 2019
1 parent 83cc17c commit 889ef6e
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 889ef6e

Please sign in to comment.