Skip to content

v0.0.250

Compare
Choose a tag to compare
@charliermarsh charliermarsh released this 21 Feb 20:44
· 4527 commits to main since this release
06e426f

What's Changed

Ruff now supports all Python 3.10 and 3.11 language features, including:

  • Structural Pattern Patching (match statements) (PEP 634)
  • Exception Groups (except* statements) (PEP 654)

Rules

  • [flake8-bugbear] Add B029 (except-with-empty-tuple) from flake8-bugbear by @carlosmiei in #3068
  • [flake8-bugbear] Add B032 (unintentional-type-annotation) from flake8_bugbear by @carlosmiei in #3085
  • [tryceratops]: Add TRY401 (verbose-log-messages) by @colin99d in #3036
  • [flake8-simplify]: Add SIM116 (manual-dict-lookup) by @colin99d in #2767

Features

Bug Fixes

New Contributors

Full Changelog: v0.0.249...v0.0.250