Upgrade to black 22.1.0
Created by: wdphy16
As proposed in #1111 (closed) . black 22.1.0
is their first stable release, and it introduces a breaking change that there are no longer spaces around simple power operators (before: x ** 2
, after: x**2
).
I've reformatted the relevant code and removed some unused things to pass flakehell
.