Skip to content

Commit

Permalink
👷 ci: remove prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramRipper committed Feb 17, 2024
1 parent acb105a commit 28326e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
18 changes: 1 addition & 17 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@
"source.organizeImports": true
}
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.exclude": {
"**/__pycache__": true
},
Expand All @@ -44,8 +29,7 @@
"ms-python.vscode-pylance",
"ms-python.isort",
"ms-python.black-formatter",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode"
"EditorConfig.EditorConfig"
]
}
}
Expand Down
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ repos:
- id: black
stages: [commit]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [commit]

- repo: https://github.com/nonebot/nonemoji
rev: v0.1.4
hooks:
Expand Down

0 comments on commit 28326e3

Please sign in to comment.