|
10 | 10 | "python.pythonPath": "/usr/local/bin/python", |
11 | 11 | "python.defaultInterpreterPath": "/usr/local/bin/python", |
12 | 12 | "python.languageServer": "Pylance", |
13 | | - "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8", |
14 | | - "python.formatting.blackPath": "/usr/local/py-utils/bin/black", |
15 | | - "python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf", |
16 | | - "python.linting.banditPath": "/usr/local/py-utils/bin/bandit", |
17 | | - "python.linting.flake8Path": "/home/vscode/.local/bin/flake8", |
18 | | - "flake8.importStrategy": "fromEnvironment", |
19 | | - "python.linting.mypyPath": "/home/vscode/.local/bin/mypy", |
20 | | - "python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle", |
21 | | - "python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle", |
22 | | - "python.linting.pylintPath": "/usr/local/py-utils/bin/pylint" |
| 13 | + "flake8.path": [ |
| 14 | + "/usr/local/py-utils/bin/bandit", |
| 15 | + "/usr/local/py-utils/bin/pydocstyle" |
| 16 | + ], |
| 17 | + "flake8.importStrategy": "fromEnvironment" |
23 | 18 | }, |
24 | 19 | "extensions": [ |
25 | | - "ms-python.python", |
26 | | - "ms-python.vscode-pylance", |
27 | | - "ms-python.flake8", |
| 20 | + "AykutSarac.jsoncrack-vscode", |
| 21 | + "eamodio.gitlens", |
| 22 | + "Gruntfuggly.todo-tree", |
28 | 23 | "matangover.mypy", |
| 24 | + "ms-python.flake8", |
29 | 25 | "ms-python.isort", |
30 | | - "usernamehw.errorlens", |
31 | | - "sourcery.sourcery", |
32 | | - "njqdev.vscode-python-typehint", |
| 26 | + "ms-python.mypy-type-checker", |
| 27 | + "ms-python.pylint", |
| 28 | + "ms-python.python", |
| 29 | + "ms-python.vscode-pylance", |
33 | 30 | "njpwerner.autodocstring", |
| 31 | + "njqdev.vscode-python-typehint", |
34 | 32 | "redhat.vscode-yaml", |
35 | | - "visualstudioexptteam.vscodeintellicode", |
36 | | - "kaih2o.python-resource-monitor", |
37 | | - "geeebe.duplicate", |
38 | | - "oderwat.indent-rainbow", |
39 | | - "shardulm94.trailing-spaces", |
40 | | - "streetsidesoftware.code-spell-checker", |
41 | 33 | "ryanluker.vscode-coverage-gutters", |
42 | 34 | "spmeesseman.vscode-taskexplorer", |
43 | | - "eamodio.gitlens", |
| 35 | + "streetsidesoftware.code-spell-checker", |
44 | 36 | "tamasfe.even-better-toml", |
45 | | - "AykutSarac.jsoncrack-vscode", |
46 | | - "yzhang.markdown-all-in-one", |
47 | | - "Gruntfuggly.todo-tree" |
| 37 | + "visualstudioexptteam.vscodeintellicode", |
| 38 | + "yzhang.markdown-all-in-one" |
48 | 39 | ] |
49 | 40 | } |
50 | 41 | }, |
|
0 commit comments