Xiao-zhen-Liu opened a new issue, #3957: URL: https://github.com/apache/texera/issues/3957
### Task Summary Currently in PyAmber, Black (formatter) does not have a config , and we would have to rely on manual adjustments for formatting line lengths to comply with our custom flake8 rule of `max-length=88`. Having a black config can help us automatically adjust line lengths. Black configs can only be set using `pyproject.toml`, and flake8 config can also be set in this file. As [mentioned](https://github.com/apache/texera/pull/3912#discussion_r2443794478) in #3912, for unified management, we we want to let PyAmber also use `pyproject.toml` for setting black and flake8 configurations. ### Priority P3 – Low ### Task Type - [ ] Code Implementation - [ ] Documentation - [x] Refactor / Cleanup - [ ] Testing / QA - [ ] DevOps / Deployment -- 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]
