From 944ad7b37fff575d3deedc11ddaee3bed140eef5 Mon Sep 17 00:00:00 2001 From: Szwendacz99 Date: Fri, 14 Oct 2022 15:48:43 +0200 Subject: [PATCH] enable pylint --- coc-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coc-settings.json b/coc-settings.json index 63aa09b..5cf2378 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -47,7 +47,7 @@ "python.formatting.provider": "yapf", "python.linting.enabled": true, "python.analysis.diagnosticMode": "workspace", - "python.linting.pylintEnabled": false, + "python.linting.pylintEnabled": true, "python.linting.flake8Enabled": true, "python.linting.pylamaEnabled": true, "python.linting.banditEnabled": true,