Skip to content

Commit 50aa399

Browse files
authored
chore: reconfigure pylint in dev containers (ietf-tools#6817)
1 parent c1e40ff commit 50aa399

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,16 @@
3333
"oderwat.indent-rainbow",
3434
"redhat.vscode-yaml",
3535
"spmeesseman.vscode-taskexplorer",
36-
"visualstudioexptteam.vscodeintellicode"
36+
"visualstudioexptteam.vscodeintellicode",
37+
"ms-python.pylint"
3738
],
3839
"settings": {
3940
"terminal.integrated.defaultProfile.linux": "zsh",
4041
"python.pythonPath": "/usr/local/bin/python",
4142
"python.languageServer": "Default",
42-
"python.linting.enabled": true,
43-
"python.linting.pylintEnabled": true,
4443
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
4544
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
4645
"python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf",
47-
"python.linting.banditPath": "/usr/local/py-utils/bin/bandit",
48-
"python.linting.flake8Path": "/usr/local/py-utils/bin/flake8",
49-
"python.linting.mypyPath": "/usr/local/py-utils/bin/mypy",
50-
"python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle",
51-
"python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle",
52-
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
5346
"python.testing.pytestArgs": [
5447
"ietf"
5548
],

0 commit comments

Comments
 (0)