grantjenks / blue

The slightly less uncompromising Python code formatter.
https://blue.readthedocs.io/
Other
387 stars 21 forks source link

Update black requirement to 23.3 (latest) #97

Open danigm opened 1 year ago

danigm commented 1 year ago

This patch makes blue compatible with the latest black release 23.3.0

thinknot commented 1 year ago

This would support --target-version=py311 which would help me out a lot. Error: Invalid value for '-t' / '--target-version': 'py311' is not one of 'py33', 'py34', 'py35', 'py36', 'py37', 'py38', 'py39', 'py310'.

dunossauro commented 1 year ago

@grantjenks, any chance to approve this PR?