From f9f633bcfd050df8503dbc3ace98b693f6d88e2d Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Thu, 14 Mar 2024 17:35:14 +0200 Subject: [PATCH] exclude pnpm-lock.yaml from precommit (#61158) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5978fa80d77..7feb6adc1e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: rev: v2.3.0 hooks: - id: check-yaml + exclude: 'pnpm-lock.yaml' - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/keith/pre-commit-buildifier