Jelle Zijlstra

Results 643 comments of Jelle Zijlstra

Thanks for picking this up @ichard26! I'm happy with your plan. To @cooperlees's point, I'd favor moving the "stable" tag right away on releases. The current system just makes us...

That branch is based on augmenting blib2to3 to parse Cython. But that's a problem because we eventually want to replace blib2to3 with a PEG-based parser so that we can keep...

@ianliu interesting, I hadn't heard of that! Looking at the Python bindings (https://github.com/tree-sitter/py-tree-sitter), it might be hard to get it to work for us: - Installing it requires a C...

Note that we already special case pylint comments: https://github.com/psf/black/blob/main/src/black/comments.py#L266. Perhaps that can be improved, but as @felix-hilden says, it's very hard to make this perfect because we don't know what...

This has a merge conflict that I can't resolve in the UI.

This has a merge conflict without an obvious fix, could you take a look?

@ichard26 are you happy with this PR now?

We're hoping to release a stable release in the next few days.

That would be inconsistent with most of Black's formatting choices because indentation is not a multiple of four. Not that I have a better idea though...

@FichteFoll's proposed style is a syntax error outside parentheses, so we cannot use it for all lambdas.