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 73ab5f7 commit 6f7cb53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 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 @@ -26,9 +24,7 @@
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.rulers": [
88
]
"editor.rulers": [88]
},
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand All @@ -37,9 +33,7 @@
"diffEditor.experimental.showMoves": true,
"editor.formatOnSave": true,
"files.eol": "\n",
"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,
Expand All @@ -51,9 +45,7 @@
"python.analysis.autoImportCompletions": false,
"python.analysis.inlayHints.pytestParameters": true,
"python.analysis.typeCheckingMode": "strict",
"python.testing.pytestArgs": [
"--color=no"
],
"python.testing.pytestArgs": ["--color=no"],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"redhat.telemetry.enabled": false,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jupyter = [
"ampform-dpd[doc]",
"black",
"isort",
"jupyterlab",
"jupyterlab >=3.0",
"jupyterlab",
"jupyterlab-code-formatter",
"jupyterlab-git",
"jupyterlab-lsp",
Expand Down

0 comments on commit 6f7cb53

Please sign in to comment.