Skip to content

Commit

Permalink
fix: hide progress in pre-commit hook
Browse files Browse the repository at this point in the history
cspell-cli progress clutters the pre-commit output when errors are
found
  • Loading branch information
redeboer committed Sep 23, 2021
1 parent b07cfd1 commit 7615279
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
entry: cspell-cli
language: node
types: [file]
args: [--no-must-find-files]
args:
- --no-must-find-files
- --no-progress

0 comments on commit 7615279

Please sign in to comment.