From 68f7ed14d972ac260c10b7e65911e2d059a3234e Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Mon, 4 Aug 2025 05:01:06 -0400 Subject: [PATCH] [chore] Remove redundant husky config from litegraph MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Frontend already has its own husky pre-commit hooks configured 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/lib/litegraph/.husky/pre-commit | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/lib/litegraph/.husky/pre-commit diff --git a/src/lib/litegraph/.husky/pre-commit b/src/lib/litegraph/.husky/pre-commit deleted file mode 100644 index a19f49ff7c..0000000000 --- a/src/lib/litegraph/.husky/pre-commit +++ /dev/null @@ -1,5 +0,0 @@ -if [[ "$OS" == "Windows_NT" ]]; then - npx.cmd lint-staged -else - npx lint-staged -fi