v0.0.209
版本发布时间: 2023-01-03 21:27:59
astral-sh/ruff最新发布版本:0.5.3(2024-07-19 01:10:02)
What's Changed
- Fix several typos in README by @jvstme in https://github.com/charliermarsh/ruff/pull/1590
- Add flake8-pytest-style settings to hash by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1595
- Add autofix for SIM300 by @PedramNavid in https://github.com/charliermarsh/ruff/pull/1588
- Avoid hard unwrap in PT checks by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1597
- Preserve style when generating flake8-simplify messages by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1599
- Avoid silently dropping code generator errors by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1598
- Fix PT006 autofix of parametrize name strings like
' first, , second '
by @bluetech in https://github.com/charliermarsh/ruff/pull/1591
New Contributors
- @jvstme made their first contribution in https://github.com/charliermarsh/ruff/pull/1590
Full Changelog: https://github.com/charliermarsh/ruff/compare/v0.0.208...v0.0.209