reproducible-notebooks / ERDDAP_timeseries_explorer

Simple interactive ERDDAP time series explorer using Jupyter Widgets
MIT License
6 stars 4 forks source link

adds black, pyupgrade and isort to pre-commit #20

Closed apkrelling closed 3 years ago

ocefpaf commented 3 years ago

LGTM. Do you want to fix the offending issues: https://github.com/reproducible-notebooks/ERDDAP_timeseries_explorer/runs/1750629847 ?

If you want to iterate locally you can do:

conda install pre-commit
pre-commit install
pre-commit run --all-files # run this, fix the issues, run this one again.
apkrelling commented 3 years ago

Fixed!