10 lines
301 B
JSON
10 lines
301 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.blackArgs": [
|
|
"--line-length",
|
|
"132"
|
|
],
|
|
"python.pythonPath": "/home/pi/.local/share/virtualenvs/travelrouter-hOdX7OK_/bin/python",
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true
|
|
} |