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
git_ruff.py executes ruff once per file in check mode, and once per diff hunk in format mode. At present, this is done serially. Let's implement parallelization and allow the user to specify the number of ruff instances to be run in parallel.