12 lines
374 B
JSON
12 lines
374 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.defaultInterpreterPath": "/omd/sites/cmk/bin/python3",
|
|
"python.analysis.typeCheckingMode": "off",
|
|
"python.analysis.autoImportCompletions": true,
|
|
"flake8.cwd": "/omd/sites/cmk/",
|
|
"flake8.enabled": false
|
|
} |