From 05ed15b7dee1d5fdaebb6d1fa652ef41f2560eeb Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Thu, 26 Dec 2024 11:15:22 -0500 Subject: [PATCH] Update pre-commit configuration to exclude package-lock.json from checks --- .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 76ebba42d..219481c4d 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) +exclude: (^\.codespellrc|yarn.lock|package-lock.json) repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0