From 484a76b5b7bd6f2afd90b3798b03f0321bfcde28 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Tue, 3 Feb 2026 13:27:18 -0500 Subject: [PATCH] Exclude `VERSION` and `RAPIDS_BRANCH` from `verify-hardcoded-version` --- .pre-commit-hooks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 2ae4ead..013cce9 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -54,6 +54,8 @@ (^|/)pom[.]xml$| ^[.]pre-commit-config[.]yaml$| ^conda/environments/| + (^|/)VERSION$| + (^|/)RAPIDS_BRANCH$| [.](md|rst|avro|parquet|png|orc|gz|pkl|sas7bdat)$ - id: verify-pyproject-license name: verify-pyproject-license