Skip to content

v2.8.5

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 12 Nov 15:12
· 1476 commits to main since this release
  • Use more permissive versions for the typed-ast dependencie (<2.0 instead of <1.5)

    Closes #1237

  • Fix crash on inference of __len__.

    Closes pylint-dev/pylint#5244

  • Added missing kind (for Const) and conversion (for FormattedValue) fields to repr.

  • Fix crash with assignment expressions, nested if expressions and filtering of statements

    Closes pylint-dev/pylint#5178

  • Fix incorrect filtering of assignment expressions statements