From 4149d3600af2c48149557bbe84925ef891ff8f27 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Fri, 28 Mar 2025 16:49:54 -0500 Subject: [PATCH] [Misc] Remove pre-push lefthook (#5572) Remove pre-push lefthook --- lefthook.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index aa64a176191..ddf875f15de 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -8,12 +8,6 @@ pre-commit: skip: - merge - rebase - -pre-push: - commands: - biome-lint: - glob: "*.{js,ts,jsx,tsx}" - run: npx @biomejs/biome check --reporter=summary {push_files} --no-errors-on-unmatched post-merge: commands: