From b55a60954c6e43bdffa0352a04825de9b081aceb Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 1 Apr 2024 23:18:03 +0000 Subject: [PATCH] MAINT: implement updates from pre-commit hooks --- .vscode/settings.json | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ccc893c75..9c9d91aef 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,9 +6,7 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[git-commit]": { - "editor.rulers": [ - 72 - ], + "editor.rulers": [72], "rewrap.wrappingColumn": 72 }, "[json]": { @@ -26,16 +24,12 @@ "source.organizeImports": "explicit" }, "editor.defaultFormatter": "charliermarsh.ruff", - "editor.rulers": [ - 88 - ] + "editor.rulers": [88] }, "[yaml]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, - "coverage-gutters.coverageFileNames": [ - "coverage.xml" - ], + "coverage-gutters.coverageFileNames": ["coverage.xml"], "coverage-gutters.coverageReportFileName": "**/htmlcov/index.html", "coverage-gutters.showGutterCoverage": false, "coverage-gutters.showLineCoverage": true, @@ -50,23 +44,17 @@ }, "git.rebaseWhenSync": true, "github-actions.workflows.pinned.refresh.enabled": true, - "github-actions.workflows.pinned.workflows": [ - ".github/workflows/ci.yml" - ], + "github-actions.workflows.pinned.workflows": [".github/workflows/ci.yml"], "gitlens.telemetry.enabled": false, "json.schemas": [ { - "fileMatch": [ - ".zenodo.json" - ], + "fileMatch": [".zenodo.json"], "url": "https://zenodo.org/schemas/deposits/records/legacyrecord.json" } ], "livePreview.defaultPreviewPath": "docs/_build/html", "multiDiffEditor.experimental.enabled": true, - "mypy-type-checker.args": [ - "--config-file=${workspaceFolder}/pyproject.toml" - ], + "mypy-type-checker.args": ["--config-file=${workspaceFolder}/pyproject.toml"], "mypy-type-checker.importStrategy": "fromEnvironment", "notebook.codeActionsOnSave": { "notebook.source.organizeImports": "explicit" @@ -76,10 +64,7 @@ "python.analysis.autoImportCompletions": false, "python.analysis.inlayHints.pytestParameters": true, "python.analysis.typeCheckingMode": "strict", - "python.testing.pytestArgs": [ - "--color=no", - "--no-cov" - ], + "python.testing.pytestArgs": ["--color=no", "--no-cov"], "python.testing.pytestEnabled": true, "python.testing.unittestEnabled": false, "redhat.telemetry.enabled": false,