We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Operating system: macOS Mojave 10.14.5 (18F132) Python version: Python 3.7.3 Black version: 19.3b0 (f3bb22a) Does also happen on master: yes
Minified reproducer:
\ pass
Black diff:
--- source +++ first pass @@ -1,5 +1,3 @@ -\ - pass --- first pass +++ second pass @@ -1,3 +1,2 @@ - pass
Looks like some kind of boundary condition in EmptyLineTracker?
EmptyLineTracker
The text was updated successfully, but these errors were encountered:
I have a proposed fix for this in #948 - open to review (cc: @zsol).
Sorry, something went wrong.
So, Python 3.9 actually considers the reproducer here to be invalid syntax, and that has broken the Black tests on Python 3.9. See #1441 (comment) .
Successfully merging a pull request may close this issue.
Operating system: macOS Mojave 10.14.5 (18F132)
Python version: Python 3.7.3
Black version: 19.3b0 (f3bb22a)
Does also happen on master: yes
Minified reproducer:
\ pass
Black diff:
Looks like some kind of boundary condition in
EmptyLineTracker
?The text was updated successfully, but these errors were encountered: