10 lines
339 B
JSON
10 lines
339 B
JSON
{
|
|
"python.analysis.autoImportCompletions": true,
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.linting.mypyEnabled": true,
|
|
"python.formatting.provider": "black",
|
|
"python.pythonPath": "/home/sumner/projects/sublime-music/sublime-music/.venv/bin/python"
|
|
}
|