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/01/14 11:15:25 UTC

[GitHub] [airflow] Bowrna edited a comment on pull request #20848: Static check in Breeze2

Bowrna edited a comment on pull request #20848:
URL: https://github.com/apache/airflow/pull/20848#issuecomment-1013026737


   @potiuk I resolved the above issue and it works :) I could generate the python file during pre-commit process. I have added the python file generation part in the pre-commit-check-pre-commit-hook-names.py for now. 
   
   I am not sure which is the right place to add this code ( Maybe something like setup-autocomplete in breeze )
   
   I have used many codes from the `prepare_provider_package.py` file.  Is that ok? or do we have to refactor the code?
   
   Also, could you tell me how I can ignore committing the generated python code into the repo? I could see .gitignore file. But I am not sure if I have to create a new .gitignore file to add the filename or add it to existing .gitignore 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