Merge pull request #1989 from Chris-Peterson444/spelling-hook-no-filenames

pre-commit: don't pass file names to spell check
This commit is contained in:
Chris Peterson 2024-05-02 13:53:33 -07:00 committed by GitHub
commit 396e4d5a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -18,3 +18,4 @@ repos:
language: system
entry: make -C doc spelling
files: "doc/.*rst"
pass_filenames: false