From cd745340dbf29c9a4dad36dec1f6b666b2b5d658 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Thu, 26 Dec 2024 13:20:08 -0500 Subject: [PATCH] Update .pre-commit-config.yaml --- .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 219481c4d..76ebba42d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks -exclude: (^\.codespellrc|yarn.lock|package-lock.json) +exclude: (^\.codespellrc|yarn.lock) repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0