What's Changed
- Do not Change Quotation Style for
PT006
Autofix by @saadmk11 in #1600 - Implement autofix for
PT022
by @harupy in #1604 - Add isort.order-by-type boolean setting by @mattoberle in #1607
- Fix *arg and **kwarg handling for Google docstrings by @charliermarsh in #1608
- Associate inline comments with parenthesized
ImportFrom
statements by @charliermarsh in #1609 - Fix leftover whitespace when removing
pass
forPIE790
by @edgarrmondragon in #1612 - Treat .pyi files as future annotations-enabled by @charliermarsh in #1616
- Treat convention as setting ignore, rather than select by @charliermarsh in #1611
- Avoid byte-string conversions by @charliermarsh in #1618
- Implement missing fixes for
PT006
by @edgarrmondragon in #1622 - Implement
yield
-to-yield from
conversion by @colin99d in #1544 - Add some more users to the README by @charliermarsh in #1623
- Check
SIM118
in comprehension by @harupy in #1627
New Contributors
- @mattoberle made their first contribution in #1607
Full Changelog: v0.0.209...v0.0.210