|
33 | 33 | "oderwat.indent-rainbow", |
34 | 34 | "redhat.vscode-yaml", |
35 | 35 | "spmeesseman.vscode-taskexplorer", |
36 | | - "visualstudioexptteam.vscodeintellicode" |
| 36 | + "visualstudioexptteam.vscodeintellicode", |
| 37 | + "ms-python.pylint" |
37 | 38 | ], |
38 | 39 | "settings": { |
39 | 40 | "terminal.integrated.defaultProfile.linux": "zsh", |
40 | 41 | "python.pythonPath": "/usr/local/bin/python", |
41 | 42 | "python.languageServer": "Default", |
42 | | - "python.linting.enabled": true, |
43 | | - "python.linting.pylintEnabled": true, |
44 | 43 | "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8", |
45 | 44 | "python.formatting.blackPath": "/usr/local/py-utils/bin/black", |
46 | 45 | "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", |
53 | 46 | "python.testing.pytestArgs": [ |
54 | 47 | "ietf" |
55 | 48 | ], |
|
0 commit comments