From e1c43411b0af380f6da0e5b22d162fa8df1d5aa4 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Mon, 8 Dec 2025 14:40:39 -0600 Subject: [PATCH] Exclude shared/amdgpu-windows-interop from pre-commit rules (#2125) These have an external source of truth. Also drop the non-existent hipblaslt which isn't in rocm-systems. Signed-off-by: Mario Limonciello (AMD) --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe8ccbebd9..ecdd50044c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,12 @@ exclude: | + (?x) third_party/ + # avoid checking build directories for any subproject build/ build-.*/ _build/ - projects/hipblaslt/library/src/amd_detail/rocblaslt/src/Tensile + # external source of truth + shared/amdgpu-windows-interop repos: - repo: https://github.com/pre-commit/pre-commit-hooks