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
With the September 24 release of pylint, it has started reporting many lint errors in pytype that it wasn't previously. Downgrading to pylint 2.3.1 causes the errors to go away.
With the September 24 release of astroid, pylint has started crashing with a recursion error at the end of analysis. Downgrading to astroid 2.2.5 causes the crash to go away. The recursion error looks like pylint-dev/pylint#3123.
The text was updated successfully, but these errors were encountered:
With the September 24 release of pylint, it has started reporting many lint errors in pytype that it wasn't previously. Downgrading to pylint 2.3.1 causes the errors to go away.
With the September 24 release of astroid, pylint has started crashing with a recursion error at the end of analysis. Downgrading to astroid 2.2.5 causes the crash to go away. The recursion error looks like pylint-dev/pylint#3123.
The text was updated successfully, but these errors were encountered: