Skip to content

Commit

Permalink
feat(format): ruff_fix and ruff_format
Browse files Browse the repository at this point in the history
  • Loading branch information
realeinherjar committed Sep 21, 2023
1 parent 7fb7832 commit f1ed353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/format.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ return {
formatters_by_ft = {
lua = { "stylua" },
rust = { "rustfmt" },
python = { "isort", "black" }, -- Conform will run multiple formatters sequentially
python = { "isort", "black", "ruff_fix", "ruff_format" }, -- Conform will run multiple formatters sequentially
sh = { "shfmt", "shellharden" },
fish = { "fish_indent" },
nix = { "nixfmt" },
Expand Down

0 comments on commit f1ed353

Please sign in to comment.