mhartington / formatter.nvim

MIT License
1.34k stars 140 forks source link

Add support for `ruff format` in python.lua #298

Closed schlerp closed 10 months ago

schlerp commented 10 months ago

Adding support for ruff's formatting module. It's 99.9% black compliant and runs orders of magnitude faster.

schlerp commented 10 months ago

@mhartington, hope this meets the requirements for merging, happy to make any changes if required. Have tested locally with my nvim install and it's working nicely :)

schlerp commented 10 months ago

Thank you :)