[diagnosticls] Add autopep8 (disabled)

This commit is contained in:
2023-12-22 23:37:05 +01:00
parent 6b62f23094
commit fd6f4b62fa
+11
View File
@@ -128,6 +128,17 @@ return {
zsh = { "shfmt", },
},
formatters = {
autopep8 = {
command = "autopep8",
args = {
"--aggressive",
"-"
},
rootPatterns = {"Pipfile", "tox.ini", ".git"},
isStdout = true,
isStderr = false,
ignoreExitCode = false,
},
black = {
sourceName = "black",
command = "black",