ryantam626 / jupyterlab_code_formatter

A JupyterLab plugin to facilitate invocation of code formatters.
MIT License
822 stars 52 forks source link

fix: restore support for python>=3.7,<3.9 #311

Closed pdhall99 closed 1 year ago

pdhall99 commented 1 year ago

Fix https://github.com/ryantam626/jupyterlab_code_formatter/issues/309.

Tests pass for python 3.7-3.11 except test_handlers.test_can_apply_ruff, but the presence of the debugger suggests this might be expected. Is that right?

ryantam626 commented 1 year ago

Thanks for this! Indeed that test is expected to fail, I apparently has checked in the wrong code in my refactor - whoops. I will fix that in another PR.