diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97c4eecd5..eb11a399a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -110,7 +110,7 @@ repos: - id: vale args: [--config=.vale/.vale.ini] # There's no way to automatically convert vale suggestions/warnings to errors, and so they won't appear at all unless - # there's an error raised. + # there's an error raised. # pre-commit's verbose mode means that suggestions and warnings are always shown even if there's no error raised. # See https://github.com/errata-ai/vale/issues/575. verbose: true