You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of ruff v0.1.2 it supports formatting as well as linting. It would be great to support this natively.
There is a walkthrough here with a workaround, but I couldn't get it to work (I get "Formatter ruff_format not found" despite adding it to the jupyterlab config and restarting jupyterlab).
The text was updated successfully, but these errors were encountered:
I'd love for this project to natively support ruff too.
Meanwhile I'm trying out the workaround linked above, but having some issues with the fact that formatting through jyputerlab_code_formatter doesn't format the same way as if running ruff format from the command line... Mildly infuriating to say the least, and makes it really difficult to use in CI. Any ideas why? It should use the same binary and version, it's just one goes through jyputerlab_code_formatter and the other doesn't as far as I can tell.
As of ruff v0.1.2 it supports formatting as well as linting. It would be great to support this natively.
There is a walkthrough here with a workaround, but I couldn't get it to work (I get "Formatter ruff_format not found" despite adding it to the jupyterlab config and restarting jupyterlab).
The text was updated successfully, but these errors were encountered: