Bill Wendling
Bill Wendling
@lizawang Don't apply your changes to YAPF, but we do still require that YAPF is "clean" when it's ran on itself. So I normally do something like: ``` $ python...
Could you give an example of what this is fixing?
I don't think we have a configuration option to do something like this. The current syntax isn't desirable, because it's less readable, so this should be fixed somehow. I'm a...
For the first one, see if [SPLIT_COMPLEX_COMPREHENSION](https://github.com/google/yapf#split_complex_comprehension) might help. (I think it will still split after the `k: v` part though.) As for the second example, you might try adjusting...
Thanks for working on this! I like the direction you're going here. :-)
Sorry for the late response. I didn't see this until now. Yes, this is a conscious decision. The issue yapf is avoiding is something like this: ``` python something =...
Yeah. I noticed this before. I super disagree with it, but it's not my PEP document. :-) There are a few formatting decisions that conflict here. But I think we...
I think the version of Go is 1.8 on an amd64 machine. I can try to work on performance. If you have any points that would be a good place...
My "go env" is this, but we run the build in parallel on many different machines and the version of go that uses might not be the same as on...
I've done this internally, and it's a mess. There are so many conditions that are needed. The best way would be to create a `lib2to3` fixer. If someone wanted to...