exercism / python-analyzer

GNU Affero General Public License v3.0
8 stars 13 forks source link

[Ellen's Alien Game]: Fixed Deprecated Rules & Methods Error with .pylintrc #57

Closed BethanyG closed 2 years ago

BethanyG commented 2 years ago

Fixes (we hope!) issue #56. Turns out that Ellen's Alien Game, of all the exercises has an override .pylintrc, which we missed updating when we upgraded the tooling to use Python 3.10.6. 🤦🏽‍♀️ . Needless to say, we now have golden tests to check for this on the list of things to do!!

Commented and commented out deprecated pylint rules and Python features from the disable section so that pylint won't scream & screw up the automated feedback.