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
I added ruff check to the CI pipeline, but I keep forgetting to run it locally. This results in me pushing code that breaks the CI pipeline. I need to add a precommit hook so that ruff check fails before I'm even able to make a commit.