[diagnosticls] Add autopep8 (disabled)
This commit is contained in:
@@ -128,6 +128,17 @@ return {
|
|||||||
zsh = { "shfmt", },
|
zsh = { "shfmt", },
|
||||||
},
|
},
|
||||||
formatters = {
|
formatters = {
|
||||||
|
autopep8 = {
|
||||||
|
command = "autopep8",
|
||||||
|
args = {
|
||||||
|
"--aggressive",
|
||||||
|
"-"
|
||||||
|
},
|
||||||
|
rootPatterns = {"Pipfile", "tox.ini", ".git"},
|
||||||
|
isStdout = true,
|
||||||
|
isStderr = false,
|
||||||
|
ignoreExitCode = false,
|
||||||
|
},
|
||||||
black = {
|
black = {
|
||||||
sourceName = "black",
|
sourceName = "black",
|
||||||
command = "black",
|
command = "black",
|
||||||
|
|||||||
Reference in New Issue
Block a user