mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-04 00:29:10 -05:00
update to verbose pre-commit output
This commit is contained in:
@@ -4,9 +4,11 @@ repos:
|
||||
hooks:
|
||||
- id: end-of-file-fixer # Ensures a newline at EOF
|
||||
files: '^contents/.*\.(qmd|bib)$'
|
||||
verbose: true
|
||||
|
||||
- id: trailing-whitespace # Removes extra spaces at end of lines
|
||||
files: '^contents/.*\.(qmd)$'
|
||||
verbose: true
|
||||
|
||||
- id: check-yaml # Checks YAML syntax
|
||||
files: _quarto.yml
|
||||
|
||||
Reference in New Issue
Block a user