spencerahill / aospy

Python package for automated analysis and management of gridded climate data
Apache License 2.0
83 stars 12 forks source link

Use "black" tool for enforcing style #326

Open spencerahill opened 5 years ago

spencerahill commented 5 years ago

C.f. comment by @spencerkclark https://github.com/spencerahill/aospy/pull/324#pullrequestreview-293077944

I think this is a good idea. Not urgent though.

Black: https://github.com/psf/black

Relevant xarray issues: https://github.com/pydata/xarray/issues/3092, https://github.com/pydata/xarray/pull/3142.