ephraimbuddy commented on pull request #19100:
URL: https://github.com/apache/airflow/pull/19100#issuecomment-949922236


   > I think (not sure - on my phone now) this is either a codespell flag to 
add custom error message or pre-commit message. I t should end up with 
moditlfying the precommit config. And yeah it should be separate commit/pr
   
   I checked and there's no flag. What I tried that worked is :
   
   ```
   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 "$@"' --
   ```
   Since this is a small change, I'm thinking we should add it here and update 
the commit message?


-- 
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]


Reply via email to