From 00b582438e91d24f1e200701b3c440abf32919d2 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Fri, 10 Jul 2026 10:46:02 -0700 Subject: [PATCH] Remove afterFileLint hook from Cursor --- .cursor/hooks.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.cursor/hooks.json b/.cursor/hooks.json index 93b1c827b..3c46eb589 100644 --- a/.cursor/hooks.json +++ b/.cursor/hooks.json @@ -1,11 +1,6 @@ { "version": 1, "hooks": { - "afterFileEdit": [ - { - "command": "./hooks/lint-file.sh" - } - ], "stop": [ { "command": "./hooks/stop-check.sh"