14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
|
"python.linting.enabled": true,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.pylanceEnabled": true,
|
|
"python.formatting.provider": "black",
|
|
"editor.formatOnSave": true,
|
|
"editor.tabSize": 4,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.tabSize": 4
|
|
}
|
|
}
|