From a476c688f4cc6785f3420aa2b12012873491f535 Mon Sep 17 00:00:00 2001 From: Hugh Wimberly Date: Thu, 16 Mar 2023 11:47:01 -0700 Subject: [PATCH] chore(sdk): revert .vscode/settings.json changes (#5175) --- .vscode/settings.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ae86d63cd81..f35256c4e67 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,13 +13,6 @@ "./wandb/vendor/graphql-core-1.1" ], - "[python]": { - "editor.codeActionsOnSave": { - "source.fixAll.ruff": true, - "source.organizeImports.ruff": true - } - }, - "python.linting.enabled": true, "python.linting.flake8Enabled": true, "python.linting.mypyEnabled": false,