From bbb0dddc7e7cec5a73ed170bcfba865dc68e7b8e Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 21 Jun 2024 07:01:30 +1000 Subject: [PATCH] Remove prettier from pre-commit --- .github/labeler.yml | 1 - .pre-commit-config.yaml | 5 ----- .prettierrc | 3 --- 3 files changed, 9 deletions(-) delete mode 100644 .prettierrc diff --git a/.github/labeler.yml b/.github/labeler.yml index 4b94e8a25..4491453c4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -57,7 +57,6 @@ miscellaneous: - .git-blame-ignore-revs - .gitattributes - .gitignore - - .prettierrc - AUTHORS - Gemfile - Gemfile.lock diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91e0b4e3f..e5e31e9b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 81b81d20d..000000000 --- a/.prettierrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "bracketSpacing": false -}