Skip to content

v0.0.262

Compare
Choose a tag to compare
@charliermarsh charliermarsh released this 19 Apr 20:09
· 5821 commits to main since this release
eed6866

What's Changed

Configuration

Rules

  • [flake8-simplify] Add autofix for contextlib.suppress (SIM105) by @leiserfg in #3915
  • [flake8-bandit] Ignore assert errors (S101) in TYPE_CHECKING blocks by @charliermarsh in #3960
  • [flake8-comprehensions] Implement unnecessary-literal-within-dict-call (C418) by @charliermarsh in #3969
  • [ruff] Add checks for mutable defaults dataclasses by @mosauter in #3877
  • [flake8-import-conventions] Add a rule for BannedImportAlias by @stancld in #3926
  • [flake8-pyi] Implement duplicate types in unions (PYI016) by @USER-5 in #3922
  • [flake8-bandit] Implement flake8-bandit shell injection rules by @robyoung in #3924
  • [flake8-comprehensions] Redirect PIE802 to C419 by @charliermarsh in #3971

Bug Fixes

New Contributors

Full Changelog: v0.0.261...v0.0.262