Barry Warsaw
Barry Warsaw
The other thought is whether it's worth it to inline the uu functions in the email package, in the same way as was done for determining the subtype for audio...
> I think this patch will fix the issue Unfortunately, not completely. With this change as well: ``` modified setup.py @@ -37,7 +37,7 @@ setup( packages=['blue'], tests_require=['tox'], cmdclass={'test': Tox}, -...
I'm having a similar problem. I've tried `align_closing_bracket_with_visual_indent=true` and `dedent_closing_brackets=false` separately and in combination. Despite the implication of those setting names, neither seems to produce hanging braces. yapf 0.28.0
Maybe something like #19 (which i haven't looked at yet, but has conflicts).
Yep, this would be a sanity check to make sure the built Debian package didn't break something. E.g. maybe we left off a new dependency, or broke a delta patch...
Maybe @dstufft has other thoughts, e.g. perhaps there's something in Warehouse we can fake-talk to?
I think all I'd want is to verify that there are some credentials (e.g. the package has a valid signature but that signature needn't be associated with any particular user),...
If you can, I'll review it.
I don't know about @grantjenks but now that ruff's formatter is in [alpha](https://github.com/astral-sh/ruff/discussions/7310) and it handles single quotes vs double quotes via configuration, I'm personally highly unmotivated to put much...
> If .gitignore is found in any of the ancestors of the project root, the paths are interpreted relative to the wrong path. The issue is also propagated to sdists,...