kolfild26 commented on PR #27319: URL: https://github.com/apache/airflow/pull/27319#issuecomment-1304960105
1. Changed to re.search() in ora exit parsing 2. description added > Can you run pre-commit locally and fix linting errors, 3. There were some static check failures since [the last run #step:6:304]( https://github.com/apache/airflow/actions/runs/3372036323/jobs/5602841365 ). Now fixed, locally tested via `breeze static-checks -t run-mypy`: ``` breeze static-checks -t run-mypy --all-files Checking pre-commit installed for /home/userml/.local/pipx/venvs/apache-airflow-breeze/bin/python Package pre_commit is installed. Good version 2.20.0 (>= 2.0.0) Good version of Docker: 20.10.21. Good version of docker-compose: 2.12.2 Good Docker context used: default. Run mypy for dev.........................................................Passed Run mypy for core........................................................Passed Run mypy for providers...................................................Passed Run mypy for /docs/ folder...............................................Passed ``` 4. u-tests in progress. ⏳ -- 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]
