Update black requirement to 23.3 (latest)#97
Open
danigm wants to merge 2 commits intograntjenks:masterfrom
Open
Update black requirement to 23.3 (latest)#97danigm wants to merge 2 commits intograntjenks:masterfrom
danigm wants to merge 2 commits intograntjenks:masterfrom
Conversation
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
May 4, 2023
https://build.opensuse.org/request/show/1084655 by user dgarcia + dimstar_suse - Add black-23.3.patch to make it compatible with latest python-black version. gh#grantjenks/blue#97
|
This would support --target-version=py311 which would help me out a lot. |
|
@grantjenks, any chance to approve this PR? |
thinknot
reviewed
Jun 27, 2023
thinknot
left a comment
There was a problem hiding this comment.
If using black 23.3.3: they have changed the toml import reference name from black.files.tomli to black.files.tomllib
See https://github.com/psf/black/blob/main/src/black/files.py
I got to know this project thanks to you, @dunossauro. Unfortunately, it seems to be stalled. @thinknot What can we do to help you? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch makes blue compatible with the latest black release 23.3.0