Replies: 2 comments
-
Can you try running |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot, that solves it. And it's very well documented in https://beta.ruff.rs/docs/rules/ My fault :-( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use ruff together with the VS Code extension to also sort my imports on saving a file. Is it also possible to sort all imports from all files on the command line?
ruff . --fix
doesn't seem to sort the imports.Beta Was this translation helpful? Give feedback.
All reactions