sbdchd / neoformat

:sparkles: A (Neo)vim plugin for formatting code.
BSD 2-Clause "Simplified" License
1.99k stars 189 forks source link

Error formatting python's `match-case` with black #396

Open kraanzu opened 2 years ago

kraanzu commented 2 years ago

The default configuration for black-format should add --target-version py310 flag so that it doesn't give errors while formatting match-case statements in the pyfile.