sqlalchemyorg / zimports

Python import rewriter
MIT License
75 stars 6 forks source link

add direct support for black line length formatting #36

Closed zzzeek closed 2 years ago

zzzeek commented 2 years ago

There's no general way to determine from the source how to format long lines. instead, add --black-line-length option where we will directly emulate black's formatting style.

Fixes: #12