ClimateImpactLab / dodola

Containerized application for running individual tasks in a larger, orchestrated CMIP6 bias-adjustment and downscaling workflow.
https://climateimpactlab.github.io/dodola/
Apache License 2.0
14 stars 7 forks source link

Minor format updating with black 23.1.0. #224

Closed brews closed 1 year ago

brews commented 1 year ago

Recently black has broke backwards compatibility with its style changes, causing our simple CI linting checks to fail PRs. This PR updates the code style with a newer version of black to clear up the CI failures.

This should have no impact on functionality.