From fe14f04ed2cad1d023e36f753b58c9a05911d81b Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Thu, 11 Apr 2024 14:29:46 +0200 Subject: [PATCH] pylint --- .devcontainer/devcontainer.json | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fa2ceca..6c4f856 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,26 +8,11 @@ "customizations": { "vscode": { "settings": { - "python.pythonPath": "/usr/local/bin/python", - "python.linting.enabled": true, - "python.linting.pylintEnabled": true, - "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8", - "python.formatting.blackPath": "/usr/local/py-utils/bin/black", - "python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf", - "python.linting.banditPath": "/usr/local/py-utils/bin/bandit", - "python.linting.flake8Path": "/usr/local/py-utils/bin/flake8", - "python.linting.mypyPath": "/usr/local/py-utils/bin/mypy", - "python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle", - "python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle", - "python.linting.pylintPath": "/usr/local/py-utils/bin/pylint" + "python.pythonPath": "/usr/local/bin/python" }, "extensions": [ "redhat.ansible", "ms-python.python", - "ms-python.pylint", - "ms-vscode.test-adapter-converter", - "hbenl.vscode-test-explorer", - "littlefoxteam.vscode-python-test-adapter", "timonwong.shellcheck" ] }