2025-01-20 16:04:49 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
echo "vLLM linting system has been moved from format.sh to pre-commit hook."
|
2025-03-08 17:44:35 +01:00
|
|
|
echo "Please run 'pip install -r requirements/lint.txt', followed by"
|
2025-01-31 12:30:33 -08:00
|
|
|
echo "'pre-commit install --hook-type pre-commit --hook-type commit-msg' to install the pre-commit hook."
|
2025-01-20 16:04:49 +08:00
|
|
|
echo "Then linters will run automatically before each commit."
|