From c4b502024c0ab769abe4971ec4694a7e554c1eab Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 7 Aug 2024 08:41:37 +0000 Subject: [PATCH] MAINT: implement updates from pre-commit hooks --- .vscode/settings.json | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0fe3b5b..5f43d09 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,6 @@ { "[git-commit]": { - "editor.rulers": [ - 72 - ], + "editor.rulers": [72], "rewrap.wrappingColumn": 72 }, "[json]": { @@ -20,9 +18,7 @@ "source.organizeImports": "explicit" }, "editor.defaultFormatter": "ms-python.black-formatter", - "editor.rulers": [ - 88 - ] + "editor.rulers": [88] }, "[yaml]": { "editor.defaultFormatter": "esbenp.prettier-vscode" @@ -33,14 +29,9 @@ "files.associations": { "**/.constraints/py*.txt": "pip-requirements" }, - "github-actions.workflows.pinned.workflows": [ - ".github/workflows/ci.yml" - ], + "github-actions.workflows.pinned.workflows": [".github/workflows/ci.yml"], "gitlens.telemetry.enabled": false, - "isort.args": [ - "--profile", - "black" - ], + "isort.args": ["--profile", "black"], "livePreview.defaultPreviewPath": "docs/_build/html", "multiDiffEditor.experimental.enabled": true, "notebook.gotoSymbols.showAllSymbols": true,