potiuk commented on PR #30569:
URL: https://github.com/apache/airflow/pull/30569#issuecomment-1503983343

   Sure - you can make the pre-commit change to apply different type of 
comments if the current comments are disturbing debuugging. But you have to 
limit that to only helm templates (you can do it by setting proper filtering 
criteria in .pre-commit.yaml. The "template" comment style is not really 
"standard" yaml comment syntax - fore example if you apply it to values.yaml, 
the IDE will show it as syntax error.
   
   Effectively this means that there should be two pre-commit hooks for those:
   * one inserting template commetns in the helm chart templates only
   * another one inserting yaml comments in other yaml files 


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