Skip to content

Commit

Permalink
remove python.linting settings
Browse files Browse the repository at this point in the history
  • Loading branch information
toringer committed Apr 26, 2024
1 parent e9e579b commit 092660e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"editor.tabSize": 4,
"python.pythonPath": "/usr/bin/python3",
"python.analysis.autoSearchPaths": false,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
"editor.formatOnPaste": false,
Expand Down
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.defaultInterpreterPath": "/usr/bin/python",
"files.associations": {
"*.yaml": "home-assistant"
Expand All @@ -13,6 +11,6 @@
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.extraPaths": [
"/home/vscode/.local/lib/python3.11/site-packages/homeassistant"
"/home/vscode/.local/lib/python3.12/site-packages/homeassistant"
]
}

0 comments on commit 092660e

Please sign in to comment.