You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beta release
- 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)
Beta release
- 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)
Bugfix release
* Fix AssertionError when sorting multiple statements on one line (#203, #204)
* Deprecated: Python 3.6 support will be dropped in v1.1.0 (#154)
v1.0.3: Bugfix release
* Skip visiting CST nodes that cannot have import statements (#187)
* Skip deep copying CST after parsing (#167)
* Optimize passing multiple paths to usort CLI (#161)
* Don't use trailrunner to format exactly one file (#160)