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

Merge pull request #7577 from drinkcat/pre-commit-cspell

.pre-commit-config.yaml: Also run cspell
This commit is contained in:
Sylvestre Ledru 2025-03-26 08:48:59 +01:00 committed by GitHub
commit 1898032213
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,3 +15,9 @@ repos:
pass_filenames: false pass_filenames: false
types: [file, rust] types: [file, rust]
language: system language: system
- id: cspell
name: Code spell checker (cspell)
description: Run cspell to check for spelling errors.
entry: cspell --
pass_filenames: true
language: system