Simon Zeyer 19cf015e95
Some checks failed
build / Build Checkmk package (push) Failing after 36s
build-release / Build Release Package (push) Failing after 35s
Lint / flake8_py3 (push) Failing after 18s
pytest / pytest (push) Failing after 32s
init first version of pbs_special_agent
2026-03-10 19:28:57 +00:00

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
}