cytoscape / ipycytoscape

A Cytoscape Jupyter widget
https://ipycytoscape.readthedocs.io/en/master/
BSD 3-Clause "New" or "Revised" License
269 stars 62 forks source link

autoformat Python using black #165

Closed ianhi closed 3 years ago

ianhi commented 4 years ago

We already autoformat the typescript, I propose we autoformat the python using https://github.com/psf/black. This allows for a consistent style and can help improve code readability.

As an example here is the PR where this was added to jupyterlab-git https://github.com/jupyterlab/jupyterlab-git/pull/763

@marimeireles what do you think?

ianhi commented 3 years ago

fixed by #179