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
Grant the workflow read-only contents permission and add steps to run ruff format on changed files, then hand any working-tree changes to autofix.ci/action to auto-apply formatting with a commit. Keep the Ruff lint step as a non-auto-fixing check (--no-fix) to avoid unsafe safe-classified fixes like F401 that can break side-effect imports. Include explanatory comments about the autofix.ci setup and behavior.
0 commit comments