Skip to content

v0.0.246

Compare
Choose a tag to compare
@charliermarsh charliermarsh released this 13 Feb 02:29
· 4698 commits to main since this release

What's Changed

Breaking Changes

Rules

  • [flake8-pyi]: add rules for unrecognized platform check (PYI007, PYI008) by @SigureMo in #2805
  • [flake8-simplify]: combine-if-conditions by @colin99d in #2823
  • [flake8-django] Implemented flake8-django plugin rules by @konysko in #2586

CLI

Settings

  • implemented option lines-between-types for isort by @PushUpek in #2762

Autofix

  • [pyflakes] Support unused variable removal in multi-assignment statements by @charliermarsh in #2786
  • [flake8-comprehensions] autofix C414 and C417 + bugfix by @sbrugman in #2693
  • [flake8-comprehensions] bugfix for C413 autofix by @sbrugman in #2804
  • [flake8-simplify] Use smarter inversion for comparison checks by @charliermarsh in #2831
  • [flake8-comprehensions] improve autofix for C401, C402 and C417 by @sbrugman in #2806

Bug Fixes

New Contributors

Full Changelog: v0.0.245...v0.0.246