Skip to content

Commit

Permalink
[skip ci] Update vscode settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Nov 2, 2023
1 parent 93b4f0d commit ad17658
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
Expand All @@ -12,13 +9,17 @@
"--profile",
"black"
],
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": true,
"editor.rulers": [
72,
88
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.tabSize": 4
},
"[json]": {
"editor.tabSize": 2
},
"files.associations": {
"*.yaml": "home-assistant"
},
Expand Down

0 comments on commit ad17658

Please sign in to comment.