act-now-coalition / covid-data-model

Data backend providing computed data for the graphs displayed at https://covidactnow.org
https://covidactnow.org/
MIT License
149 stars 57 forks source link

Fix Black formatting #1277

Closed smcclure17 closed 2 years ago

smcclure17 commented 2 years ago

Black failing due to: https://github.com/psf/black/issues/2964

Updating to the most recent version fixes this, but would reformat a lot of (~60) files.

ichard26 commented 2 years ago

I'll note you don't have to bump Black to 22.3.0, if you're fine with pinning Click to something below 8.1.0 Black won't blow up.