diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 846c12a..d33cf54 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -39,6 +39,12 @@ "python.analysis.typeCheckingMode": "basic", "python.analysis.autoImportCompletions": true, "python.analysis.diagnosticMode": "workspace", + "python.analysis.diagnosticSeverityOverrides": { + "reportUnusedImport": "none", + "reportUnusedVariable": "none", + "reportUnusedCoroutine": "none", + "reportMissingTypeStubs": "none" + }, "python.analysis.include": [ "custom_components/tibber_prices" ],