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