Skip to content

Commit

Permalink
MAINT: reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 7, 2024
1 parent a956c1b commit 1fc7160
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ repos:
- --repo-title=PWA Pages
- id: colab-toc-visible
- id: fix-nbformat-version

- id: remove-empty-tags

- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down
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 @@ -49,15 +43,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 @@ -94,8 +84,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 1fc7160

Please sign in to comment.