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.
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 Python3.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.