From 4549ba2d10bedc6a53fa8b00366bae4c1f45eae4 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 5 Jul 2024 00:49:59 +1000 Subject: [PATCH] Update .pre-commit-config.yaml - remove prettier --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8817aac..915c9f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,11 +33,6 @@ repos: description: Check spelling with codespell entry: codespell --ignore-words=codespell.txt exclude: ^fa/.*$|^in/.*$|^tr/.*$ - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.3 - hooks: - - id: prettier - name: Run prettier - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.32.2 hooks: