cloudsci / cloudmetrics

Toolkit for computing 15+ metrics characterising 2D cloud patterns
16 stars 8 forks source link

Update black to fix issue with click #59

Closed leifdenby closed 2 years ago

leifdenby commented 2 years ago

A recent update to the click package broke black (https://github.com/psf/black/issues/2964). The easiest fix is to just update black. The newest version of black doesn't use spaces around the power operator (**) which looks nicer anyway :)