Skip to content

Commit

Permalink
Default to No Summary in Pre-commit Hook (#57)
Browse files Browse the repository at this point in the history
Because many often run at once, pre-commit hooks are typically very
quiet by default, outputting only error messages.
  • Loading branch information
Kurt-von-Laven committed Sep 24, 2021
1 parent 23d98fb commit f74ebf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
args:
- --no-must-find-files
- --no-progress
- --no-summary

0 comments on commit f74ebf0

Please sign in to comment.