pypi ruff 0.0.250
v0.0.250

latest releases: 0.6.6, 0.6.5, 0.6.4...
19 months ago

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

Don't miss a new ruff release

NewReleases is sending notifications on new releases.