Steps to reproduce
- Build frontend:
./scripts/build_frontend.sh
- Try making changes to python code that should trigger pre-commit
- 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
Additional information
No response