mnets / pymnet

The original library for analyzing multilayer networks.
https://mnets.github.io/pymnet/
GNU General Public License v3.0
118 stars 24 forks source link

[REVIEW]: Use black and isort to format #34

Closed nwlandry closed 3 weeks ago

nwlandry commented 3 weeks ago

There are several long lines (this one, for example) which should be wrapped using a formatter such as black.

In addition, using isort would help standardize import statement order.

openjournals/joss-reviews#6930

dataspider commented 3 weeks ago

Done.