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 Mar 6, 2024
1 parent c4bf41f commit f06d4ae
Showing 1 changed file with 8 additions and 25 deletions.
33 changes: 8 additions & 25 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 @@ -22,16 +20,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,29 +40,21 @@
},
"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": [
"*particle*.json"
],
"fileMatch": ["*particle*.json"],
"url": "https://raw.githubusercontent.com/ComPWA/qrules/0.8.0a1/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",
"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"
Expand All @@ -78,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,
Expand Down

0 comments on commit f06d4ae

Please sign in to comment.