Jelle Zijlstra

Results 665 comments of Jelle Zijlstra

Looks like you have a gitignore file that contains invalid UTF-8.

Closing as there's no reproduction steps. If anyone runs into something similar, please open a new issue with full reproduction steps.

Could you take a look at the merge conflict?

I agree, but I also think we should add parentheses in places like this where the multiple assignment is too long to fit in one line. This tends to be...

We are not switching to tabs, and we are not publicizing any Black forks.

I spent some time looking at this issue and I'm going to post what I found so far before I go crazy from too much staring at split_line(); I'll continue...

Black generally removes backslashes, which is by design. You can perhaps work around this by putting parentheses around the unpacking assignment, which will enable Black to put the variables on...

We already have flake8 set up for linting. I haven't had positive experiences with pylint: it has too many checks that aren't useful and it's slow. I'd be open to...

I think we didn't run flake8 on blib2to3 initially because it was mostly vendored third-party code. However, we've been modifying it more and more, so it makes sense to point...

Thanks for linking that! Seems like pinning for now is the right call, I'll follow along on the pytest-xdist issue to see what the next steps should be for us.