From d87d480857a3645f5c3efd414ddcdf51c0839ebe Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Fri, 10 Nov 2023 18:00:35 -0800 Subject: [PATCH] Remove deprecated vscode settings (#18349) ### Description Remove deprecated vscode settings. The python settings are deprecated and will cause vscode to pop up with a warning. --- .vscode/settings.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index fd28e2d7b3..c4a08e3232 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,25 +16,6 @@ }, // Enable Python linting and Pylance type checking "python.analysis.typeCheckingMode": "basic", - "python.formatting.provider": "black", - "python.formatting.blackArgs": [ - "--line-length", - "120" - ], - "python.sortImports.args": [ - "--profile", - "black", - "--line-length", - "120" - ], - "python.linting.enabled": true, - "python.linting.flake8Enabled": true, - "python.linting.pylintEnabled": true, - "python.linting.pydocstyleEnabled": true, - "python.linting.pydocstyleArgs": [ - "--convention=google" - ], - "python.linting.banditEnabled": true, "cpplint.lineLength": 120, "cpplint.filters": [ "-build/include_subdir",