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
+6
View File
@@ -15,3 +15,9 @@ repos:
pass_filenames: false
types: [file, rust]
language: system
- id: cspell
name: Code spell checker (cspell)
description: Run cspell to check for spelling errors.
entry: cspell --
pass_filenames: true
language: system