sbdchd / neoformat

:sparkles: A (Neo)vim plugin for formatting code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kraanzu opened this issue · comments

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.