Commit 2736e3a
committed
Remove auto-commit functionality from CI
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>1 parent 723b45d commit 2736e3a
1 file changed
+0
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 17 | | |
25 | 18 | | |
26 | 19 | | |
| |||
37 | 30 | | |
38 | 31 | | |
39 | 32 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
0 commit comments