[diagnosticls] Update black config

This commit is contained in:
2023-12-22 23:46:38 +01:00
parent c2188b412c
commit aa122b5de8
+1 -2
View File
@@ -142,10 +142,9 @@ return {
black = {
command = "black",
args = {
"--line-length", "80",
"--stdin-filename",
"%filename",
"-t",
"py39",
"--quiet",
"-",
},