BCDA-APS / gemviz

Data visualization for tiled
https://bcda-aps.github.io/gemviz/
Other
4 stars 0 forks source link

apply code style programs #84

Closed prjemian closed 1 year ago

prjemian commented 1 year ago

There are two useful python applications that will refactor the source code to be compliant with best-practice guidelines. These are:

cd gemviz23/
black .
isort .
prjemian commented 1 year ago

Neither of these should change how the code works, just how it looks.

rodolakis commented 1 year ago
cd gemviz23/
black .
isort .

There are VSC extensions to apply both black and isort on save:

https://marketplace.visualstudio.com/items?itemName=ms-python.isort https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter