1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #8026 from drinkcat/cspell-cargo-lock

.pre-commit-config.yaml: Do not fail cspell if all files are ignored
This commit is contained in:
Sylvestre Ledru 2025-05-29 09:25:52 +02:00 committed by GitHub
commit 2ff6c166ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,6 @@ repos:
- id: cspell - id: cspell
name: Code spell checker (cspell) name: Code spell checker (cspell)
description: Run cspell to check for spelling errors. description: Run cspell to check for spelling errors.
entry: cspell -- entry: cspell --no-must-find-files --
pass_filenames: true pass_filenames: true
language: system language: system