hetio / hetnetpy

Hetnets in Python (relocated from dhimmel/hetio)
https://het.io/software
Other
93 stars 28 forks source link

Reformat using black #46

Closed dhimmel closed 5 years ago

dhimmel commented 5 years ago

Considering whether I like this.

https://github.com/python/black https://www.mattlayman.com/blog/2018/python-code-black/ https://black.readthedocs.io/en/stable/version_control_integration.html

dhimmel commented 5 years ago

Undecided whether I like the whole black style setup... but I went in for the extreme: add to CI and pre commit hook. Using this as a test case whether to apply black to other repositories.