What's Changed
- Automatically remove duplicate dictionary keys by @charliermarsh in #1710
- Add
ComparableExpr
hierarchy for comparing expressions by @charliermarsh in #1721 - Respect isort:skip action comment by @charliermarsh in #1722
- Treat failures to fix TypedDict conversions as debug logs by @charliermarsh in #1723
- Implement
--isolated
CLI flag by @charliermarsh in #1727 - Add more unittest assert methods to PT009 by @harupy in #1730
- Add
RUFF_FORMAT
environment variable support by @messense in #1731 - Move RUFF_CACHE_DIR to Clap's env support by @charliermarsh in #1733
- buf-fix: flake8_simplify SIM212 by @chammika-become in #1732
- Remove
assertNotContains
by @harupy in #1729
Full Changelog: v0.0.214...v0.0.215