google / vim-codefmt

Vim plugin for syntax-aware code formatting
Apache License 2.0
1.11k stars 114 forks source link

Add support for Black (Python) #142

Closed brentyi closed 4 years ago

brentyi commented 4 years ago

Hi!

I really like Black for formatting Python. This PR:

Unlike the yapf and autopep8 integrations, I chose not to support formatting ranges -- this would be easy with formatterhelpers#AttemptFakeRangeFormatting, but would produce unexpected behavior with black.