From d4f6efe5a2b3a4f43137e21569d15ff7e9d8bf38 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 20 May 2025 11:21:52 +0100 Subject: [PATCH] Removed unnecessary git hook --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85618c2..60e1e6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,14 +15,6 @@ repos: pass_filenames: false stages: [pre-push] - - id: prettier-with-jinja - name: Prettier (with Jinja support) - entry: bun run prettier -c - language: system - types_or: - [javascript, jsx, ts, tsx, css, scss, sass, less, yaml, json, markdown, html, jinja] - stages: [pre-push] - - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.11.9 hooks: