jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Knowledge / Stack Overflow · hot matching “ruff”

1 shown · updated 37m ago · read only
  1. How do I isort using ruff? (stackoverflow.com)stack

    11 points by Hai Vu in stackoverflow.com · 2y ago · stack

    I often work in very small projects which do not have config file. How do I use ruff in place of isort to sort the imports? I know that the following command is roughly equivalent to black : ruff format . The format command do not sort the imports. How do I do that?
    filed under pythonisortruff