We are planning to reformat all of conda and conda-build with black (probably with a 99-character line length) within the next 60 days.
Today, we are using darker
which only reformats changed code. Once we have reformatted the entire codebase, we can continue to run black
unconditionally over all the code, without having to keep track of what’s changed.
This may cause conflicts with some outstanding pull requests, and cause them to be unmergeable in the GitHub user interface. Usually these can be resolved by merging main with the pull request and resolving a few conflicts, or by committing a reformat to the pull request first, and then merging main into the PR.