From ad176587b3e23ab5db4760fc0a0428a609bc2ff4 Mon Sep 17 00:00:00 2001 From: denpamusic Date: Fri, 3 Nov 2023 01:38:41 +0300 Subject: [PATCH] [skip ci] Update vscode settings. See: https://aka.ms/AAlgvkb --- .vscode/settings.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index dd8a294..3828233 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 @@ -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" },