v0.0.210
版本发布时间: 2023-01-04 20:37:46
astral-sh/ruff最新发布版本:0.5.3(2024-07-19 01:10:02)
What's Changed
- Do not Change Quotation Style for
PT006
Autofix by @saadmk11 in https://github.com/charliermarsh/ruff/pull/1600 - Implement autofix for
PT022
by @harupy in https://github.com/charliermarsh/ruff/pull/1604 - Add isort.order-by-type boolean setting by @mattoberle in https://github.com/charliermarsh/ruff/pull/1607
- Fix *arg and **kwarg handling for Google docstrings by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1608
- Associate inline comments with parenthesized
ImportFrom
statements by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1609 - Fix leftover whitespace when removing
pass
forPIE790
by @edgarrmondragon in https://github.com/charliermarsh/ruff/pull/1612 - Treat .pyi files as future annotations-enabled by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1616
- Treat convention as setting ignore, rather than select by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1611
- Avoid byte-string conversions by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1618
- Implement missing fixes for
PT006
by @edgarrmondragon in https://github.com/charliermarsh/ruff/pull/1622 - Implement
yield
-to-yield from
conversion by @colin99d in https://github.com/charliermarsh/ruff/pull/1544 - Add some more users to the README by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1623
- Check
SIM118
in comprehension by @harupy in https://github.com/charliermarsh/ruff/pull/1627
New Contributors
- @mattoberle made their first contribution in https://github.com/charliermarsh/ruff/pull/1607
Full Changelog: https://github.com/charliermarsh/ruff/compare/v0.0.209...v0.0.210