From d54efbcc76b48d46c9303a0cb52031f0c05dd28d Mon Sep 17 00:00:00 2001 From: leila-pujal Date: Fri, 19 Apr 2024 16:36:33 -0400 Subject: [PATCH] Exclude notebooks and test/*fchk from pre-commit --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 669bb11e..f4e56065 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks + exclude: "notebooks/|tests/\.fchk$" rev: v4.5.0 hooks: - id: check-added-large-files # prevents giant files from being commit