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,