kalel-commits commented on PR #60149: URL: https://github.com/apache/airflow/pull/60149#issuecomment-3753069001
Thanks for the patience and the detailed feedback — much appreciated. I’ve gone through all files flagged by CI and reviewer comments and verified locally that: - All smart/curly quotes have been replaced with ASCII quotes - Trailing whitespace has been removed - `doc_md` blocks are syntactically correct and compile cleanly - Example DAGs compile successfully via `py_compile` I’m currently on Windows and hitting environment-specific issues running the full `prek run --all-files` locally (some hooks fail early due to path resolution), so I’ve aligned the code with the diffs CI / prek previously reported and pushed those fixes. At this point I’ll let CI be the source of truth. If any static checks are still failing, I’ll switch to a Linux/WSL environment and re-run `prek` end-to-end to commit exactly what it modifies. Please let me know if you’d prefer I do that proactively. <img width="687" height="133" alt="Screenshot 2026-01-15 115031" src="https://github.com/user-attachments/assets/ffa7d881-9cbf-48cd-9e33-6b4781f73063" /> -- 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]
