6 lines
155 B
JSON
6 lines
155 B
JSON
{
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.formatting.blackArgs": ["--line-length", "120"],
|
|
"isort.args": ["--profile", "black"]
|
|
}
|