bneradt opened a new pull request, #13643: URL: https://github.com/apache/trafficserver/pull/13643
Python formatting currently relies on YAPF, whose whole-tree workflow is slower than newer tooling and carries a large style configuration. This patch replaces YAPF with Ruff 0.16.6, pins the version at both entry points, retains the 132-column limit and existing quote choices, and updates the formatting integrations before reformatting the tree. Co-authored-by: gpt-5.6-sol-high -- 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]
