Add formatting for py
This commit is contained in:
parent
f9ab04cd0a
commit
88d1681f4d
@ -7,7 +7,7 @@ return {
|
|||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
nginx = { "nginxfmt" },
|
nginx = { "nginxfmt" },
|
||||||
python = { "black" },
|
python = { "black", "flake8" },
|
||||||
yaml = { "yamlfix" },
|
yaml = { "yamlfix" },
|
||||||
-- Use the "*" filetype to run formatters on all filetypes.
|
-- Use the "*" filetype to run formatters on all filetypes.
|
||||||
-- ["*"] = { "codespell" },
|
-- ["*"] = { "codespell" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user