Do not run suggestion pre-commit hook multiple times (#12521)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor 2025-01-28 20:05:27 +00:00 committed by GitHub
parent 0f657bdc52
commit f26d790718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,3 +90,4 @@ repos:
entry: bash -c 'echo "To bypass pre-commit hooks, add --no-verify to git commit."'
language: system
verbose: true
pass_filenames: false