Replies: 1 comment 1 reply
-
I do 99% of the code work anyways, I would much rater just keep doing things the same way I've been doing them |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello to you all,
I wanted to gather your thoughts on how to proceed with using formatters (like Black) to improve code legibility while keeping pull request diffs all tidy.
I'm currently working on an overhaul of
src/sql_manager.py
, and part of it is re-formatting the code. Automated formatters like Black to a major part of the work - however, this will of course result in a few hundreds of changed lines of code - making such pull requests hard to review for any maintainer (in this case, @Jeffser).What would be a good way to do such overhauls/"tidying up"-pull requests in the future? Most parts of the Alpaca codebase are unformatted, and it'd be a pity leaving it that way.
We have the following options:
What would be a viable option for this project?
Best greets and cheers!
@mags0ft
Beta Was this translation helpful? Give feedback.
All reactions