tconbeer / sqlfmt

sqlfmt formats your dbt SQL files so you don't have to
https://sqlfmt.com
Apache License 2.0
390 stars 16 forks source link

Use `ruff format` for jinjafmt if `black` is not available #613

Closed tconbeer closed 1 month ago

tconbeer commented 1 month ago

this actually won't work well. There are no python bindings (at all) -- just a main routine that uses subpresses to run the rust binary.