jupyterlab_code_formatter icon indicating copy to clipboard operation
jupyterlab_code_formatter copied to clipboard

Remove unused imports with Autoflake?

Open 3h4 opened this issue 2 years ago • 2 comments

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

3h4 avatar Mar 04 '23 21:03 3h4

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.

ryantam626 avatar May 05 '23 09:05 ryantam626