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
Instead of simply running style checks within github actions, it is now recommended to have a pre-commit instead that runs before any code changes is committed. Once pre-commit is setup, you can setup pre-commit.ci integration so that PR from outside contributors also get a style check. As @jomey referenced above, ruff will work with pre-commit.. simply add a hook to it.
No description provided.
The text was updated successfully, but these errors were encountered: