jlaportebot opened a new pull request, #68500: URL: https://github.com/apache/airflow/pull/68500
## Summary Applies `textwrap.dedent()` to task docstrings to properly handle indentation. ## Changes - Strip whitespace from dedented docstring to remove leading/trailing newlines - Add test for dedented task docstrings - Add test for already-dedented docstrings (no-op case) - Remove unused pytest import and fix docstring formatting for ruff compliance ## Test Plan - [ ] Unit tests pass - [ ] Ruff lint clean Closes #66477 -- 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]
