Skip to content

chore(deps-dev): Bump pylint from 2.13.7 to 2.13.8

Victor Engmark requested to merge dependabot-pip-pylint-2.13.8 into master

Bumps pylint from 2.13.7 to 2.13.8.

Changelog

Sourced from pylint's changelog.

What's New in Pylint 2.13.8?

Release date: 2022-05-02

  • Fix a false positive for undefined-loop-variable for a variable used in a lambda inside the first of multiple loops.

    Closes #6419

  • Fix a crash when linting a file that passes an integer mode= to open

    Closes #6414

  • Avoid reporting superfluous-parens on expressions using the is not operator.

    Closes #5930

  • Fix a false positive for undefined-loop-variable when the else of a for loop raises or returns.

    Closes #5971

  • Fix false positive for unused-variable for classes inside functions and where a metaclass is provided via a call.

    Closes #4020

  • Fix false positive for unsubscriptable-object in Python 3.8 and below for statements guarded by if TYPE_CHECKING.

    Closes #3979

Commits
  • 45cbae2 Bump pylint to 2.13.8, update changelog
  • ec2eee8 Suppress unsubscriptable-object warnings in type-checking blocks (#5720)
  • 135477a Fix a false positive for undefined-loop-variable when a loop else raises or...
  • 33a9aba Fix false positive for undefined-loop-variable for lambda in first of two l...
  • f6a0cfd Fix false positive for unused-variable when specifying a metaclass via a ...
  • feca907 Avoid reporting superfluous-parens after an is not operator (#6451)
  • 7022d23 Fix crash when open is called with an integer mode (#6415)
  • See full diff in compare view

Merge request reports