Y
Hacker News
new
|
ask
|
show
|
jobs
by
bsdz
1274 days ago
IIRC, Black also checks byte code before and after formatting to ensure source code functionality is unaffected.
1 comments
progval
1274 days ago
Black checks the AST, not the byte code.
link