nsidc / Antarctica_Today

The "Antarctica Today" code and datasets
MIT License
7 stars 2 forks source link

Format code with Black #11

Closed MattF-NSIDC closed 1 year ago

MattF-NSIDC commented 1 year ago

Black is a Python code formatter. It ensures consistent style without needing to think about it (or, on teams, argue about it :slightly_smiling_face:). It's very well thought-through, and rationale is documented. It's also safe, as it ensures the AST stays the same, with some specific exceptions.

PR checklist