Stijn de Gooijer
Stijn de Gooijer
Thanks for your comments! I just got back from vacation and will take a look at this tomorrow.
> Should we emit a message telling the user what we inferred the target version to be as part of `--verbose`? Great suggestion, I will figure out how to do...
> This might help a bit (no alphabetical ordering as far as I can see): https://pypi.org/project/flake8-class-attributes-order/ That looks like it does the job, indeed! Nice find. Let me try a...
> I think logical ordering (by what it does or how it is used) is more useful than alphabetical. Alphabetical order is arbitrary with respect to functionality. In any case,...
> This might help a bit (no alphabetical ordering as far as I can see): https://pypi.org/project/flake8-class-attributes-order/ Update: Implemented this for Series: #4617 Not really sure about this. It's a bit...
> I had to break the proposed order in #4650 recently. Please see [4dcb09d](https://github.com/pola-rs/polars/commit/4dcb09d42acdbbf09e07b94a0004ab56df2f5a7a). > > Is my case special enough to break the rules? For now, there are no...
> [importlib.set_lazy_imports()](https://peps.python.org/pep-0690/) looks interesting. Cool, I didn't know about this PEP! Thanks for linking it. Taking advantage of this would take some thought and rewriting, though. Enabling this would indeed...
I am a fan of using conventional commits. I do this in all my repos, even if I have never used it to auto-generate a changelog. Not sure how to...
I've seen [release-drafter](https://github.com/release-drafter/release-drafter) in action and it's super pretty. I'm going to see if we could make this work with the added complexity of having separate Rust and Python releases....
Well, it works! I created a [repo](https://github.com/stinodego/test-release-drafter) to test release-drafter for drafting multiple releases, and it works like a charm. Here's how it works: * Everything works based on PR...