jupyterlab_code_formatter
jupyterlab_code_formatter copied to clipboard
Remove unused imports with Autoflake?
Is there a functionality to remove unused imports and variables, autoflake? I couldn't see it in the configuration page:
https://ryantam626.github.io/jupyterlab_code_formatter/configuration.html
No it's not an option at the moment,
FWIW I am in middle to a big refactor for the project (mostly due to the evolution of jupyterlab's plugin tooling), additional formatters support would be one of the things I can look at after that. (I think this is another "formatter"?)
Without the the refactor, the development envrionment for this plugin is just nightmare-ish to use, so that is currently trumping all tasks.