awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 770 forks source link

Upgrade pinned pylint version #179

Closed joguSD closed 6 years ago

joguSD commented 6 years ago

Travis builds recently started failing due to false positives in pylint (E1102). Despite having our pylint version pinned this issue emerged without any configuration change on our end. I was able to reproduce this failure locally by creating a new virtualenv and following the travis build. Updating the pinned pylint version seems to fix this issue but I'm at a total loss as to how it began failing in the first place.