parsotat / BatAnalysis

A python HEASOFT wrapper for processing Swift-BAT data.
MIT License
28 stars 11 forks source link

Global reformat, e.g. with black #13

Closed dmopalmer closed 10 months ago

dmopalmer commented 10 months ago

The codebase is badly formatted, including, e.g. PEP8 violations and spurious spaces.

I suggest running black (or other tool) to bring it into compliance.