6 lines
154 B
JSON
6 lines
154 B
JSON
|
{
|
||
|
"python.linting.mypyEnabled": true,
|
||
|
"python.linting.enabled": true,
|
||
|
"python.formatting.provider": "black",
|
||
|
"editor.formatOnSave": true
|
||
|
}
|