David Pursehouse

Results 4 issues of David Pursehouse

The following code does not result in any warnings: ``` if a()and b(): pass if b()in [1, 2, 3]: pass if c()or d(): pass ```

In code that has string concatenation wrapped on multiple lines, the formatter should remove any redundant concatenations when unwrapping the line. See [this reformatting change on the gerrit project](https://gerrit-review.googlesource.com/#/c/91444/7/gerrit-server/src/main/java/com/google/gerrit/server/git/MergeOp.java) for...

non-whitespace

Hello, I'm one of the maintainers of git-repo, and I was just made aware of this fork today. We currently have a [series of patches under review](https://gerrit-review.googlesource.com/#/q/status:open+project:git-repo+branch:master+topic:windows-support) to add support...

With an openapi yaml schema that has this content: ``` requestBody: content: application/json: schema: type: array items: $ref: '#/components/schemas/REDACTED' application/x-www-form-urlencoded: schema: type: array items: $ref: '#/components/schemas/REDACTED' multipart/form-data: schema: type: array...

enhancement