-
Notifications
You must be signed in to change notification settings - Fork 96
bug(python): upgrade black to 22.3.0 #1375
Copy link
Copy link
Closed
Labels
lang: pythonIssues specific to Python.Issues specific to Python.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
lang: pythonIssues specific to Python.Issues specific to Python.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
There is a compatibility issue with
click>=8.1.0andblack==19.10b0. For example, see googleapis/python-optimization#6 where the lint session fails withImportError: cannot import name '_unicodefun' from 'click'. The issue has been fixed in black version 22.3.0.