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
I have noticed when using the CLI that doing ruff format . ignores Jupyter notebooks.
I believe this a deviation from black, which effectively formats notebooks with black ., with the right dependencies installed.
It's only possible to format notebooks when the filename is provided, which forces me to iterate over files to format all my notebooks.
I have looked at the documentation and other issues, and I'm on the latest version of Ruff (v0.5.0).
Would it be possible to add an option to fix this issue?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have noticed when using the CLI that doing
ruff format .
ignores Jupyter notebooks.I believe this a deviation from black, which effectively formats notebooks with
black .
, with the right dependencies installed.It's only possible to format notebooks when the filename is provided, which forces me to iterate over files to format all my notebooks.
I have looked at the documentation and other issues, and I'm on the latest version of Ruff (v0.5.0).
Would it be possible to add an option to fix this issue?
Thanks
The text was updated successfully, but these errors were encountered: