Peter Law
Peter Law
Quick update -- I haven't forgotten this, just haven't had time recently.
Thanks for working on this and breaking out these changes. I've had a very quick look and this looks useful. I'll hold off doing a proper review until #62 has...
I'd be happy to put together a pull request which addressed this if you're open to that.
Aside: I've since spotted that in Python 3.12, the `type` statement results in the deprecation of `TypeAlias` as an annotation. Not sure I really like that syntax either, but :shrug:
Stepping through this the important bit is, I think, where we end up in `tree_name_to_values` and fall through the `annassign` branch within the loop `for name in names`. This ends...
Oh, forgot to add -- there's another case we hit where if two of the brown cubes are stacked then the camera can sometimes see the "marker" from the topwards...
This issue, or something very similar, seems to impact `pydantic` too. We don't get an error in that case, instead `pip-compile -P pydantic` just isn't able to upgrade the package....
> This would be a breaking change. Yeah, if we went the `wemake-python-styleguide[all]` route it would be. The alternative would be to hoist the rules to a separate package (even...
I had a quick look at which packages are actually needed just now; noting down the results to save future me some time -- it's currently `pip install 'flake8
I've had a bit of a play with the options here and I've not found a combination which allows this change to be completely non-breaking, depending on where breakage is...