Skip to content

Commit

Permalink
MAINT: remove .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 9, 2023
1 parent 4583cfb commit 95be781
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ repos:
args:
- --ci-skipped-tests=all
- --no-macos
- --no-prettierrc
- --pin-requirements=bimonthly
- --repo-name=PWA-pages
- --repo-title=PWA Pages
Expand Down
1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

10 changes: 7 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.wordWrap": "off"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[python]": {
"editor.codeActionsOnSave": {
Expand Down Expand Up @@ -44,7 +43,12 @@
"livePreview.defaultPreviewPath": "docs/_build/html",
"mypy-type-checker.args": ["--config-file=${workspaceFolder}/pyproject.toml"],
"mypy-type-checker.importStrategy": "fromEnvironment",
"myst.preview.extensions": ["amsmath", "colon_fence", "dollarmath", "tasklist"],
"myst.preview.extensions": [
"amsmath",
"colon_fence",
"dollarmath",
"tasklist"
],
"notebook.gotoSymbols.showAllSymbols": true,
"python.analysis.autoImportCompletions": false,
"python.analysis.inlayHints.pytestParameters": true,
Expand Down

0 comments on commit 95be781

Please sign in to comment.