From 57a99fd29f8fd9d83f07ea1bc5e9511cd2c1063d Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 2 Dec 2023 16:10:26 +0000 Subject: [PATCH] MAINT: implement updates from pre-commit hooks --- .vscode/settings.json | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bf85af76..e21cbed7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,9 +3,7 @@ "editor.formatOnSave": false }, "[git-commit]": { - "editor.rulers": [ - 72 - ], + "editor.rulers": [72], "rewrap.wrappingColumn": 72 }, "[json]": { @@ -22,17 +20,13 @@ "source.organizeImports": true }, "editor.defaultFormatter": "ms-python.black-formatter", - "editor.rulers": [ - 88 - ] + "editor.rulers": [88] }, "[yaml]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "black-formatter.importStrategy": "fromEnvironment", - "coverage-gutters.coverageFileNames": [ - "coverage.xml" - ], + "coverage-gutters.coverageFileNames": ["coverage.xml"], "coverage-gutters.coverageReportFileName": "**/htmlcov/index.html", "coverage-gutters.showGutterCoverage": false, "coverage-gutters.showLineCoverage": true, @@ -46,36 +40,25 @@ "**/.tox/**": true }, "git.rebaseWhenSync": true, - "github-actions.workflows.pinned.workflows": [ - ".github/workflows/ci.yml" - ], + "github-actions.workflows.pinned.workflows": [".github/workflows/ci.yml"], "json.schemas": [ { - "fileMatch": [ - "*particle*.json" - ], + "fileMatch": ["*particle*.json"], "url": "./src/qrules/particle-validation.json" }, { - "fileMatch": [ - ".zenodo.json" - ], + "fileMatch": [".zenodo.json"], "url": "https://zenodo.org/schemas/deposits/records/legacyrecord.json" } ], "livePreview.defaultPreviewPath": "docs/_build/html", - "mypy-type-checker.args": [ - "--config-file=${workspaceFolder}/pyproject.toml" - ], + "mypy-type-checker.args": ["--config-file=${workspaceFolder}/pyproject.toml"], "mypy-type-checker.importStrategy": "fromEnvironment", "notebook.gotoSymbols.showAllSymbols": true, "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, "rewrap.wrappingColumn": 88, @@ -86,9 +69,7 @@ ".constraints/*.txt": true }, "yaml.schemas": { - "./src/qrules/particle-validation.json": [ - "*particle*.y*ml" - ], + "./src/qrules/particle-validation.json": ["*particle*.y*ml"], "https://citation-file-format.github.io/1.2.0/schema.json": "CITATION.cff", "https://json.schemastore.org/github-workflow.json": "./.github/workflows/requirements.yml", "https://raw.githubusercontent.com/readthedocs/readthedocs.org/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.yml": ".readthedocs.yml"