Skip to content

chore(deps-dev): Bump pylint from 2.13.0 to 2.13.1

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

Bumps pylint from 2.13.0 to 2.13.1.

Changelog

Sourced from pylint's changelog.

What's New in Pylint 2.13.1?

Release date: 2022-03-26

  • Fix a regression in 2.13.0 where used-before-assignment was emitted for the usage of a nonlocal in a try block.

    Fixes #5965

  • Avoid emitting raising-bad-type when there is inference ambiguity on the variable being raised.

    Closes #2793

  • Loosen TypeVar default name pattern a bit to allow names with multiple uppercase characters. E.g. HVACModeT or IPAddressT.

    Closes #5981

  • Fixed false positive for unused-argument when a nonlocal name is used in a nested function that is returned without being called by its parent.

    Closes #5187

  • Fix program crash for modified_iterating-list/set/dict when the list/dict/set being iterated through is a function call.

    Closes #5969

  • Don't emit broken-noreturn and broken-collections-callable errors inside if TYPE_CHECKING blocks.

Commits
  • 0e1ca11 Bump pylint to 2.13.1, update changelog
  • 4a05794 Fix issue #5969 for modified_iterating-list (#5986)
  • ef2e176 Don't emit broken typing errors inside TYPE_CHECKING blocks (#5984)
  • 4a92de7 Loosen TypeVar name pattern (#5983)
  • 903ce58 Fix false positive for unused-argument where nested function uses parent ar...
  • 54d03df Don't emit raising-bad-type when there is ambiguity (#5968)
  • 2083280 Fix nonlocal in try block regression for used-before-assignment (#5966)
  • See full diff in compare view

Merge request reports