Add formatting for py

This commit is contained in:
Italo Borrelli 2025-05-22 08:11:42 -07:00
parent f9ab04cd0a
commit 88d1681f4d

View File

@ -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" },