v0.0.215
版本发布时间: 2023-01-08 12:22:35
astral-sh/ruff最新发布版本:0.5.3(2024-07-19 01:10:02)
What's Changed
- Automatically remove duplicate dictionary keys by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1710
- Add
ComparableExpr
hierarchy for comparing expressions by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1721 - Respect isort:skip action comment by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1722
- Treat failures to fix TypedDict conversions as debug logs by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1723
- Implement
--isolated
CLI flag by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1727 - Add more unittest assert methods to PT009 by @harupy in https://github.com/charliermarsh/ruff/pull/1730
- Add
RUFF_FORMAT
environment variable support by @messense in https://github.com/charliermarsh/ruff/pull/1731 - Move RUFF_CACHE_DIR to Clap's env support by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1733
- buf-fix: flake8_simplify SIM212 by @chammika-become in https://github.com/charliermarsh/ruff/pull/1732
- Remove
assertNotContains
by @harupy in https://github.com/charliermarsh/ruff/pull/1729
Full Changelog: https://github.com/charliermarsh/ruff/compare/v0.0.214...v0.0.215