From ada7c780d546321ad758ddfac5a84ff03b2861bd Mon Sep 17 00:00:00 2001 From: Isotr0py Date: Sat, 22 Feb 2025 13:10:43 +0800 Subject: [PATCH] [Misc] Fix yapf linting tools etc not running on pre-commit (#13695) Signed-off-by: Isotr0py <2037008807@qq.com> --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a66131cdb4d..20d1981c9a05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,6 @@ repos: hooks: - id: actionlint exclude: 'vllm/third_party/.*' -repos: - repo: https://github.com/astral-sh/uv-pre-commit rev: 0.6.2 hooks: