-
ruff single line import
I've been using ruff to lint my python code for quite awhile now, I was pretty early to jump on it after release. Some of my projects have had a nice force-single-line setting and some have not. I dug into the docs and it was not clear what I needed to make it work. Turns out I was missing I sort in the select list.
-
💠flake8-to-ruff · PyPI
Here's my thought on 💠flake8-to-ruff · PyPI Underrated python library to on board ruff, or just use it on a project where its not the norm. ruff claims…