Skip to content

v0.0.278

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 17:06
· 3638 commits to main since this release
0ead9a1

See the release blog post for more, including detailed descriptions of any newly added rules.

What's Changed

Rules

  • [pylint] Implement typevar-bivariance (PLC0131) by @tjkuson in #5517
  • [flake8-pyi] Implement unnecessary-literal-union (PYI030) by @zanieb in #5570
  • [pylint] Implement type-name-incorrect-variance (PLC0105) by @tjkuson in #5651
  • [ruff] Implement unnecessary-list-allocation-for-first-element (RUF015) by @evanrittenhouse in #5549
  • [flake8-bugbear] Implement re-sub-positional-args (B034) by @charliermarsh in #5669
  • [ruff] Implement invalid-index-type (RUF016) by @zanieb in #5602

Settings

Bug Fixes

New Contributors

Full Changelog: v0.0.277...v0.0.278