I am using Black with Python 3.7 (in VS Code).
When I format my code, the numeric literals are normalized with the underscore (e.g. 1562202
=> 1_562_202
).
How to use Black Formatting without formatting by using the underscore?
NOTE From black version 19.2b, this question becomes obsolete.