Closed visr closed 3 months ago
This will now use the default of fixing everything it can safely fix:
fixable = ["ALL"]
Rather than only the isort rules: https://docs.astral.sh/ruff/rules/#isort-i
Not sure why it was set to "I".
I've just added it directly in 19bb310 (Got the commit message wrong too..., not my best day)
lockfile was outdated, then I had somewhat corrupted conda data in my own .pixi; then merge conflict, etc. etc., didn't seem worth it.
Thanks for notifying this though!
This will now use the default of fixing everything it can safely fix:
Rather than only the isort rules: https://docs.astral.sh/ruff/rules/#isort-i
Not sure why it was set to "I".