7 lines
149 B
JSON
7 lines
149 B
JSON
|
{
|
||
|
"python.linting.mypyEnabled": true,
|
||
|
"python.formatting.provider": "black",
|
||
|
"editor.formatOnSave": true,
|
||
|
"python.linting.flake8Enabled": true
|
||
|
}
|