Srabasti commented on PR #60050: URL: https://github.com/apache/airflow/pull/60050#issuecomment-3776394677
Hello @Aditi102005 - The same static errors persist, unfortunately. It will be great to follow steps as per the documentation link mentioned below, to use WSL/Linux on your Windows machine, so no one has to suggest changes to you. "prek" will fix the static errors for you by default, hence the time taken to merge your PR will be drastically reduced. I was in same boat as you and after implementing as per steps in below link, have set up to be able run static checks from my end, before any PR commits. Please feel free to post any blockers in Slack channel #new-contributors, so the community can help out. https://github.com/apache/airflow/blob/main/contributing-docs/03_contributors_quick_start.rst For the static error, if you observe closely, there is a line between the lines "requires-python = ">=3.10"" and "# The dependencies should be modified in place in the generated file." that got introduced as a typo when you were making changes, causing the static checks to fail. As mentioned above by everyone, using "prek" fixes any static checks automatically. Good luck! -- 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]
