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
Since developers should run pre-commit hooks locally (which now includes ruff format),
there's no need for CI to auto-commit formatting changes. The CI should simply
validate that code is properly formatted, not fix it automatically.
This follows the principle that pre-commit hooks should be run locally by developers
before pushing, making the workflow cleaner and more predictable.
Co-authored-by: openhands <openhands@all-hands.dev>
0 commit comments