healthcheck

This commit is contained in:
Pablo Martin 2024-08-08 18:34:27 +02:00
parent dbba7a1090
commit f8e532d017
3 changed files with 21 additions and 1 deletions

View file

@ -15,5 +15,5 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "basic",
"python.analysis.typeCheckingMode": "off",
}