We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e278f3 commit 47fcc63Copy full SHA for 47fcc63
CHANGES.md
@@ -4,12 +4,17 @@ All notable changes to Pyink are recorded here.
4
5
## Unreleased
6
7
+* Nothing notable unreleased.
8
+
9
+## 23.5.0
10
11
* Existing parentheses around strings are no longer removed if the content does
12
not fit on a single line. This is related to
13
https://github.com/psf/black/pull/3640 where we still want to keep the
14
parentheses around the implicitly concatenated strings if the code already
15
uses them, making it more obvious it's a single function argument.
16
* `--pyink-lines=` now works with stdin inputs (#16).
17
+* Fixed compatibility issue on Python 3.7 (#13).
18
19
## 23.3.1
20
0 commit comments