-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide a git merge driver #896
Comments
Does anyone have any advice for projects that are rolling this out, specifically to make it easy for existing PRs to merge? We're planning on rolling this out in xarray and looking to ease the transition. Off the top of my head I'm thinking we can ask existing PRs to:
|
I generally recommend the second approach (apply black to the PR before merging), it works well |
I had meant those as a list of steps, rather than options. Am I missing something? |
Provide a merge driver tool similar to clang_format_merge_driver to allow easier merge conflict resolution when merging non-blackened branches into a blackened branch
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/refs/heads/master/clang_format_merge_driver.py
The text was updated successfully, but these errors were encountered: