diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-20 19:07:00 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-20 19:07:00 +0100 |
commit | 9e0470764f2dda7e99d578cc5fa5a4a8ba400866 (patch) | |
tree | f19d377eeee31ad84fadc2726468600bc8fba600 /fnl/plugins/conform.fnl | |
parent | 1b39628eb8c3852215def2beba82c850c154ca92 (diff) |
Add ruff fix to python
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 511f695..834dcdc 100644 --- a/fnl/plugins/conform.fnl +++ b/fnl/plugins/conform.fnl @@ -20,7 +20,7 @@ :lua [:stylua] :markdown [:prettierd] :ocaml [:ocamlformat] - :python [:ruff_format] + :python [:ruff_format :ruff_fix] :rust [:rustfmt] :sh [:shfmt :shellharden] :sql [:pg_format :sqlfluff] |