You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Linting]: Update .pylintrc to Reflect Pylint 2.6++ Deprecations (exercism#3167)
As of Pylint `2.6++`, there have been rule deprecations and a few Python feature deprecations.
When upgrading our tooling to use Python `3.10.6`, we forgot some of these deprecations in this `.pylintrc` file and they will toss errors with the version of Pylint we are using.
This edit should fix that problem.
0 commit comments