uv tool install lefthook (#16842)

This commit is contained in:
Zhichang Yu
2026-07-13 13:01:33 +08:00
committed by GitHub
parent b0cac0ac9d
commit ed27b5f9f8
14 changed files with 21 additions and 204 deletions

View File

@@ -299,6 +299,8 @@ docker build --platform linux/amd64 \
cd ragflow/
uv sync --python 3.13 # install RAGFlow dependent python modules
uv run python3 ragflow_deps/download_deps.py
git config --local --unset core.hooksPath
uv tool install lefthook
lefthook install
```