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