Skip to content

Commit

Permalink
Describe fix for #21 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Mar 17, 2018
1 parent c90cf42 commit 7ad9445
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).

### 18.3a2 (unreleased)

* changed positioning of binary operators to occur at beginning of lines
instead of at the end, following [a recent change to PEP8](https://github.com/python/peps/commit/c59c4376ad233a62ca4b3a6060c81368bd21e85b)
(#21)

* ignore empty bracket pairs while splitting. This avoids very weirdly
looking formattings (#34, #35)

Expand Down

0 comments on commit 7ad9445

Please sign in to comment.