grantjenks / blue

The slightly less uncompromising Python code formatter.
https://blue.readthedocs.io/
Other
393 stars 21 forks source link

Leave multiplication alone #68

Open michaelaye opened 2 years ago

michaelaye commented 2 years ago

Scientific programming has a lot of formulas, it would help if a formatter leaves multiplication alone.

So,

a + 4*b - c**3

should be left alone.