ploomber / soorgeon

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

extending soorgeon clean #54

Open edublancas opened 2 years ago

edublancas commented 2 years ago

we started working on a soorgeon clean command to apply flake8 and isort to notebooks (see https://github.com/ploomber/soorgeon/issues/50)

We can extend this functionality to do other types of clean-ups. PyCQA hosts a bunch of interesting projects. a few ones that caught my eye:

autoflake: https://github.com/PyCQA/autoflake bandit: https://github.com/PyCQA/bandit

a similar package for inspiration: https://github.com/nbQA-dev/nbQA