ploomber / soorgeon

Convert monolithic Jupyter notebooks 📙 into maintainable Ploomber pipelines. 📊
https://ploomber.io
Apache License 2.0
78 stars 20 forks source link

Apply black before refactoring #87

Closed rrhg closed 1 year ago

rrhg commented 2 years ago

Describe your changes

  1. clean_mudule.basic_clean(nb_path) already implements this logic of applying black
  2. So now is also run before export.refactor(...) (in cli.py)
  3. I can work on the failing tests. First would like your input, I could be missing something.

    Issue ticket number and link

    Closes #84

Checklist before requesting a review