diff options
Diffstat (limited to 'fnl/plugins/conform.fnl')
-rw-r--r-- | fnl/plugins/conform.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/conform.fnl b/fnl/plugins/conform.fnl index 9608f5c..cf9938e 100644 --- a/fnl/plugins/conform.fnl +++ b/fnl/plugins/conform.fnl @@ -25,7 +25,7 @@ :python [:ruff_format :ruff_fix :ruff_organize_imports] :rust [:rustfmt] :sh [:shfmt :shellharden] - :sql [:pg_format :sqlfluff] + :sql [:pg_format] :toml [:taplo] :yaml [:yamlfmt]}}) |