12 lines
273 B
JSON
12 lines
273 B
JSON
{
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.formatting.blackArgs": ["--line-length", "120"],
|
|
"isort.args": ["--profile", "black"],
|
|
"search.exclude": {
|
|
"**/venv": true,
|
|
},
|
|
"python.analysis.extraPaths": [
|
|
"xmetrics"
|
|
]
|
|
}
|