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