Don't allow type comments to be merged behind regular comments (#1027)
Type comments only apply if they are the first comment on the line, which means that allowing them to be pushed behind a regular comment when joining lines is a semantic change (and, indeed, one that black catches and fails on).
Loading
Please register or sign in to comment