mik-laj commented on code in PR #26138:
URL: https://github.com/apache/airflow/pull/26138#discussion_r961920024
##########
.pre-commit-config.yaml:
##########
@@ -591,10 +591,11 @@ repos:
require_serial: true
- id: update-spelling-wordlist-to-be-sorted
name: Sort alphabetically and uniquify spelling_wordlist.txt
- entry: ./scripts/ci/pre_commit/pre_commit_sort_spelling_wordlist.sh
- language: system
+ entry: ./scripts/ci/pre_commit/pre_commit_sort_spelling_wordlist.py
Review Comment:
Should we remove
`./scripts/ci/pre_commit/pre_commit_sort_spelling_wordlist.sh` file?
--
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]