Post pylint 3.0.3#9299
Conversation
This simplifies the check for the call having kwargs but not the lambda. (cherry picked from commit 2289c71) Co-authored-by: Clément Schreiner <clement@mux.me>
New sphinx now check that a block of code is valid.
…h a __init__.py file (#9286) * [bugfix] Find files with ./ as input with a __init__.py file (#9211) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> (cherry picked from commit abdb874)
|
Or should I push to maintenance/3.0.x instead of pushing to a fresh branch? |
|
I guess we can't squash merge because then we'd lose the commit we need for Anyway, long story short, I'd very much appreciate as a precise a recipe to follow as we can muster! 💜 |
|
😄 So the way I'm doing it is as follow: |
|
Having to remove manually the fragments so they don't end up on main would be more work. (Which is why I was not very argumentative with Daniel even if I think that we should not duplicate the changelog between patch and minor). Should probably be done with tbump or a script, or we won't release as often. |
Pierre-Sassoulas
left a comment
There was a problem hiding this comment.
LGTM; you did something similar, and we simply need to use merge not squash or rebase, right ?
@Pierre-Sassoulas let me know how this looks, I'm eager to learn the blessed way of doing this. Do you generally fixup the second commit removing the fragments into the merge commit? When I attempted doing that, I was presented with a long list of rebase merge conflicts for all the caboose commits before the patch release commit.
Or, will we squash merge this anyway?