You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/02 18:27:25 UTC

[GitHub] [airflow] mik-laj commented on a diff in pull request #26140: Replace license setup.cfg file pre-commit with Python

mik-laj commented on code in PR #26140:
URL: https://github.com/apache/airflow/pull/26140#discussion_r961918421


##########
.pre-commit-config.yaml:
##########
@@ -370,8 +370,8 @@ repos:
         additional_dependencies: ['rich>=12.4.4']
       - id: update-setup-cfg-file
         name: Update setup.cfg file with all licenses
-        entry: ./scripts/ci/pre_commit/pre_commit_setup_cfg_file.sh
-        language: system
+        entry: ./scripts/ci/pre_commit/pre_commit_setup_cfg_file.py

Review Comment:
   Should we remove `./scripts/ci/pre_commit/pre_commit_setup_cfg_file.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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org