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

Black checks the AST, not the byte code.