Skip to content

Upgrade to black 22.1.0

Vicentini Filippo requested to merge github/fork/wdphy16/upgrade_black into master

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.

Merge request reports