[MISC] Remove format.sh (#28906)

Signed-off-by: Kuntai Du <kuntai@uchicago.edu>
This commit is contained in:
Kuntai Du 2025-11-18 13:28:31 +08:00 committed by GitHub
parent 5bdd155277
commit 5bb1da5190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +0,0 @@
#!/bin/bash
echo "vLLM linting system has been moved from format.sh to pre-commit hooks."
echo "Please run 'pip install -r requirements/lint.txt', followed by"
echo "'pre-commit install' to install the pre-commit hooks."
echo "Then linters will run automatically before each commit."