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