From 7443a712eeb30e2127843386101edcbc32ef800e Mon Sep 17 00:00:00 2001 From: Tom Bland Date: Thu, 3 Sep 2026 13:35:08 +0100 Subject: [PATCH] Exclude benchmark data from pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 093533dfd..3ac201c73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -exclude: ^schemas/table-schema.json$ +exclude: ^(schemas/table-schema\.json|benches/benchmark-data\.json)$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0