13 lines
325 B
JSON
13 lines
325 B
JSON
{
|
|
"python.pythonPath": ".venv/bin/python",
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.tabSize": 4,
|
|
"editor.rulers": [88]
|
|
},
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.formatting.provider": "black"
|
|
}
|