### Steps to reproduce 1. Build frontend: `./scripts/build_frontend.sh` 2. Try making changes to python code that should trigger pre-commit 3. Commit succeeds without pre-commit run Pre-commit is broken after #2868 since it introduced husky that changes default git's hooksPath: .git/config/: ``` [core] hooksPath = frontend/.husky/_ ``` ### Actual behaviour _No response_ ### Expected behaviour _No response_ ### dstack version master ### Server logs ```shell ``` ### Additional information _No response_