Taragolis commented on code in PR #35091:
URL: https://github.com/apache/airflow/pull/35091#discussion_r1370965788


##########
CONTRIBUTING.rst:
##########


Review Comment:
   Seems like you use Windows. As I could see there is LF (common posix line 
ending character) changes to CRLF (windows).
   
   You need to configure your git client: 
https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings?platform=windows
   
   In additional it might required to make additional changes into your editor, 
Airflow uses `.editorconfig` configuration, so if your editor support it (e.g. 
PyCharm support it out of the box), you could set it up by follow instructions: 
https://editorconfig.org/
   
   In addition it might required to run Static Checks against your changes, see 
[Instruction](https://github.com/apache/airflow/blob/main/STATIC_CODE_CHECKS.rst)



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to