You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The failing code style seems to be as a result of a new black release https://github.com/psf/black/releases which formats to remove the spaces around the power operator ** (see psf/black#2726). I can replicate the new behaviour on my machine by updating to black 21.1.0.
Black is no longer in a beta development state as of 9 days ago per the above referenced release notes, so I suggest we switch to this stable release. This means changing this line:
@harripj in #272:
Black is no longer in a beta development state as of 9 days ago per the above referenced release notes, so I suggest we switch to this stable release. This means changing this line:
orix/.pre-commit-config.yaml
Line 3 in c7487dd
to 22.1.0, I believe.
The text was updated successfully, but these errors were encountered: