Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Apr 11, 2024
1 parent af39b81 commit fe14f04
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
Expand Down

0 comments on commit fe14f04

Please sign in to comment.