You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run Ruff in pre-commit.ci, but also it turns out in many other CI jobs :)
I removed one extra run of Ruff in our CI last week or so: #567
But now reviewing #580 I see Ruff is running in our unit tests and integration tests. Ruff is relatively cheap and fast to run; are we using it to short-circuit running expensive tests?
The text was updated successfully, but these errors were encountered:
We run Ruff in pre-commit.ci, but also it turns out in many other CI jobs :)
I removed one extra run of Ruff in our CI last week or so: #567
But now reviewing #580 I see Ruff is running in our unit tests and integration tests. Ruff is relatively cheap and fast to run; are we using it to short-circuit running expensive tests?
The text was updated successfully, but these errors were encountered: