Remove prettier from pre-commit

This commit is contained in:
John Bampton
2024-06-21 07:01:30 +10:00
parent ac74c90b30
commit bbb0dddc7e
3 changed files with 0 additions and 9 deletions
-1
View File
@@ -57,7 +57,6 @@ miscellaneous:
- .git-blame-ignore-revs
- .gitattributes
- .gitignore
- .prettierrc
- AUTHORS
- Gemfile
- Gemfile.lock
-5
View File
@@ -54,11 +54,6 @@ repos:
- id: script-must-not-have-extension
name: Local policy is to exclude extension from all shell files
types: [shell]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: ^doc/internal/opcode\.md$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
hooks:
-3
View File
@@ -1,3 +0,0 @@
{
"bracketSpacing": false
}