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