- New `magic_commas` option to force multi-line import style like black (252, 247) - Fix dropped inline comments on last import item without trailing comma (251, 249)
- Splits basic import statements with multiple names (140) - Uniformly collapse blank lines within a category (201) - Support 3.10+ syntax by enabling the LibCST native parser by default (244) - Drop support for Python 3.6 (154)