citi-alerts/.vscode/settings.json

7 lines
117 B
JSON

{
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"-l",
"120"
]
}