refactor: use black to format python code in vscode
This commit is contained in:
parent
bb4c4ec9f1
commit
7ac5f14067
|
|
@ -4,5 +4,6 @@
|
||||||
"**/build/downloads/**": true,
|
"**/build/downloads/**": true,
|
||||||
"**/build/sstate-cache/**": true,
|
"**/build/sstate-cache/**": true,
|
||||||
"**/build/tmp/**": true
|
"**/build/tmp/**": true
|
||||||
}
|
},
|
||||||
|
"python.formatting.provider": "black"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue