SakshamKapoor2911 commented on PR #67881: URL: https://github.com/apache/airflow/pull/67881#issuecomment-4618256916
Fixed the Ruff pre-commit hook failures on this PR by addressing the following two lint issues: 1. **Ruff SIM105**: Replaced the `try-except-pass` block when closing worker processes with `contextlib.suppress(ValueError)`. 2. **Ruff D401**: Rewrote the docstring of the `terminate` method to begin with an imperative verb (`"Terminate all worker processes..."` instead of `"Forcefully terminate..."`). All local checks now pass successfully and should pass the CI tests. -- 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]
