black-nvim
black-nvim copied to clipboard
Add a new option `target_version` while allows you to set your python verion (analogous to `--target-version`)
To support the new match..case syntax you need to instruct black to use a newer python version. This is done with --target-version
(as mentioned here). This PR adds support for this option in the settings dict.
seems like a good idea, will review this soon