summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-20 19:07:00 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-20 19:07:00 +0100
commit9e0470764f2dda7e99d578cc5fa5a4a8ba400866 (patch)
treef19d377eeee31ad84fadc2726468600bc8fba600
parent1b39628eb8c3852215def2beba82c850c154ca92 (diff)
Add ruff fix to python
-rw-r--r--fnl/plugins/conform.fnl2
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]