-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Black #3142
Black #3142
Conversation
FYI, unfortunately |
I think we can suggest something like this to existing PRs to eliminate manual conflicts, and I'm attempting to find something more official. Let me know if anyone knows of something:
|
What are people's thoughts on doing this now? There are a few big merges happening atm, so could do this after those. I tested the approach above and it worked well. I don't have any more external validation than my test though. If anyone has experience here, please let us know. |
Let's do it after merging #2277
…On Mon, Aug 5, 2019 at 11:17 AM Maximilian Roos ***@***.***> wrote:
What are people's thoughts on doing this now? There are a few big merges
happening atm, so could do this after those.
I tested the approach above
<#3142 (comment)> and
it worked well. I don't have any more external validation than my test
though. If anyone has experience here, please let us know.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3142?email_source=notifications&email_token=AAJJFVVE7WXUFCD4PTPJ3W3QDBVCVA5CNFSM4IE5PZH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3SUOXY#issuecomment-518342495>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJJFVS5ZVHUHZKHTRBZTJTQDBVCVANCNFSM4IE5PZHQ>
.
|
Sadly if there's a way to automatically fix up merge conflicts I don't know of it 😭. However I'd be happy to help anyone who is having trouble rebasing their open PR. On a different note, have you considered adding the |
I did a manual pass of pyupgrade (#3190), and it looks good. |
Nice, I didn't know those. I had use
Yeah - not sure of the balance here. An alternative is to run those additional tools across the whole codebase on occasion, assuming this doesn't create too many merge conflicts. Interested in others' thoughts... (but probably for another PR) |
@pydata/xarray this is ready to go! Any final comments / thoughts / feedback? |
OK - going to hit the button as soon as tests pass. 🙏 |
Please ping here / tag me on the relevant PR with any issues, and I'll help! |
* commit 'd089df38': Black (pydata#3142)
From #3092
flake8
checks? Black is mostly stricter but not always, e.g. on lines at the end of files. (+0.3 from me to use onlyblack
and stop usingflake8
)- [ ] Do we want to includeisort
? (-0.1 from me, even though I like the tool)