Use pre-commit to update requirements-test.txt (#13617)

This commit is contained in:
Harry Mellor
2025-02-21 06:03:27 +00:00
committed by GitHub
parent 27a09dc52c
commit c7b07a95a6
2 changed files with 20 additions and 18 deletions

View File

@@ -44,6 +44,13 @@ repos:
hooks:
- id: actionlint
exclude: 'vllm/third_party/.*'
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.6.2
hooks:
- id: pip-compile
args: [requirements-test.in, -o, requirements-test.txt]
files: ^requirements-test\.(in|txt)$
- repo: local
hooks:
- id: mypy-local