6 lines
168 B
JSON
6 lines
168 B
JSON
{
|
|
"python.pythonPath": "/usr/bin/python3",
|
|
"python.linting.enabled": true,
|
|
"python.formatting.provider": "black",
|
|
"python.linting.flake8Enabled": true
|
|
} |