10 lines
257 B
JSON
10 lines
257 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.blackArgs": [
|
|
"--line-length",
|
|
"132"
|
|
],
|
|
"python.pythonPath": "/usr/local/bin/python3",
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true
|
|
} |