Skip to content

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

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

Bumps pylint from 2.13.8 to 2.13.9.

Changelog

Sourced from pylint's changelog.

What's New in Pylint 2.13.9?

Release date: 2022-05-13

  • Respect ignore configuration options with --recursive=y.

    Closes #6471

  • Fix false positives for no-name-in-module and import-error for numpy.distutils and pydantic.

    Closes #6497

  • Fix IndexError crash in uninferable_final_decorators method.

Relates to #6531

  • Fix a crash in unnecessary-dict-index-lookup when subscripting an attribute.

    Closes #6557

  • Fix a crash when accessing __code__ and assigning it to a variable.

    Closes #6539

  • Fix a false positive for undefined-loop-variable when using enumerate().

    Closes #6593

Commits
  • 57014d6 Bump pylint to 2.13.9, update changelog
  • 7d80ca5 Fix false positive for undefined-loop-variable with enumerate() (#6602)
  • 9c2fe99 Respect ignore configuration options when --recursive=y. (#6528)
  • 33f3fcf Fix a crash in unnecessary-dict-index-lookup when subscripting an attribute...
  • aecadc2 Add regression test for #6497 (#6498)
  • 2d07d47 Add regression test for #6539
  • 96c3198 Upgrade astroid version to 2.11.5
  • 18cb026 Add an exception for IndexError inside uninferable_final_decorator (#6532)
  • See full diff in compare view

Merge request reports