Skip to content

Commit

Permalink
MAINT: implement updates from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Aug 7, 2024
1 parent 0f5b818 commit dbebde4
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"editor.formatOnSave": false
},
"[git-commit]": {
"editor.rulers": [
72
],
"editor.rulers": [72],
"rewrap.wrappingColumn": 72
},
"[json]": {
Expand All @@ -23,16 +21,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,
Expand All @@ -46,15 +40,11 @@
"**/.tox/**": true
},
"git.rebaseWhenSync": true,
"github-actions.workflows.pinned.workflows": [
".github/workflows/ci.yml"
],
"github-actions.workflows.pinned.workflows": [".github/workflows/ci.yml"],
"gitlens.telemetry.enabled": false,
"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",
"myst.preview.extensions": [
"amsmath",
Expand Down Expand Up @@ -91,8 +81,6 @@
},
"telemetry.telemetryLevel": "off",
"yaml.schemas": {
"./docs/software/project-inventory-schema.json": [
"docs/software/*.yml"
]
"./docs/software/project-inventory-schema.json": ["docs/software/*.yml"]
}
}

0 comments on commit dbebde4

Please sign in to comment.