blag commented on code in PR #22003:
URL: https://github.com/apache/airflow/pull/22003#discussion_r850704645


##########
.pre-commit-config.yaml:
##########
@@ -266,7 +266,7 @@ repos:
           The word(s) should be in lowercase." && exec codespell "$@"' --
         language: python
         types: [text]
-        exclude: 
^airflow/_vendor/|^CHANGELOG\.txt$|^airflow/www/static/css/material-icons\.css$|^images/.*$
+        exclude: 
^airflow/_vendor/|^RELEASE_NOTES\.txt$|^airflow/www/static/css/material-icons\.css$|^images/.*$

Review Comment:
   ```suggestion
           exclude: 
^airflow/_vendor/|^RELEASE_NOTES\.rst$|^airflow/www/static/css/material-icons\.css$|^images/.*$
   ```



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