Switch to Ruff?
#2100
Replies: 1 comment 4 replies
-
That's an interesting suggestion, I wasn't aware of ruff. My main concern is that we also use the (flake8, black, ufmt) linting/formatting/sorting toolchain in our internal repos (which are the source of truth of the botorch code) and so it'll be much easier to maintain consistency between internal and external CI. So I don't expect this to happen anytime soon. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was just wondering what do you think about switching from different tools for linting and formatting (flake8, black, ufmt) to ruff (https://docs.astral.sh/ruff), as it provides the same functionality as the above mentioned tools in just one tool with faster execution time?
Beta Was this translation helpful? Give feedback.
All reactions