From 4fe5e0a5f63e7283a51ca2c15c8df687311f8ea3 Mon Sep 17 00:00:00 2001 From: Sumeyaaaa Date: Wed, 18 Feb 2026 14:01:57 +0300 Subject: [PATCH] chore: update pre-commit hook configuration --- .husky/pre-commit | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index a0e3a53df5..f28ef3e430 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -24,4 +24,7 @@ else fi $npx_cmd lint-staged -$pnpm_cmd lint + +# Skip full repo lint on pre-commit (lint-staged already linted staged files) +# Full linting happens in CI for comprehensive coverage +echo "Pre-commit checks complete. Full lint runs in CI."