uranusjr commented on a change in pull request #19301:
URL: https://github.com/apache/airflow/pull/19301#discussion_r739019473
##########
File path: .pre-commit-config.yaml
##########
@@ -269,7 +269,9 @@ repos:
hooks:
- id: codespell
name: Run codespell to check for common misspellings in files
- entry: codespell
+ entry: bash -c 'echo "If you think that this failure is an error,
consider adding the word(s)
+ to the codespell dictionary at docs/spelling_wordlist.txt.
+ The word(s) should be in small letters." && exec codespell "$@"' --
Review comment:
```suggestion
The word(s) should be in lowercase." && exec codespell "$@"' --
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]