chore: stabilize prek hooks runner selection (#1720) (thanks @dguido)

This commit is contained in:
Peter Steinberger
2026-01-25 10:55:28 +00:00
parent 48aea87028
commit 50f233d16d
5 changed files with 60 additions and 38 deletions

View File

@@ -7,6 +7,10 @@
[exclude-files]
# pnpm lockfiles contain lots of high-entropy package integrity blobs.
pattern = (^|/)pnpm-lock\.yaml$
# Generated output and vendored assets.
pattern = (^|/)(dist|vendor)/
# Local config file with allowlist patterns.
pattern = (^|/)\.detect-secrets\.cfg$
[exclude-lines]
# Fastlane checks for private key marker; not a real key.