Skip to content

chore(deps-dev): Bump pylint from 2.13.3 to 2.13.4

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

Bumps pylint from 2.13.3 to 2.13.4.

Changelog

Sourced from pylint's changelog.

What's New in Pylint 2.13.4?

Release date: 2022-03-31

  • Fix false positive regression in 2.13.0 for used-before-assignment for homonyms between variable assignments in try/except blocks and variables in a comprehension's filter.

    Closes #6035

  • Include testing_pylintrc in source and wheel distributions.

    Closes #6028

  • Fix crash in super-init-not-called checker when using ctypes.Union.

    Closes #6027

  • Fix crash for unneccessary-ellipsis checker when an ellipsis is used inside of a container or a lambda expression.

    Closes #6036 Closes #6037 Closes #6048

Commits
  • 14ae9e8 Bump pylint to 2.13.4, update changelog
  • 9009189 Fix crash in super-init-not-called checker (#6043)
  • 8812626 Remove assumption of direct parentage in used-before-assignment homonym han...
  • 5ea03af Fix false positive for the unnecessary-ellipsis checker (#6039)
  • 8b20590 Fix crash for unneccessary-ellipsis checker (#6038)
  • 4966c5b Include testing_pylintrc in source and wheel distributions (#6029)
  • See full diff in compare view

Merge request reports