fix: walk back pre-commit all-files
Metadata
Current evaluation
Merged a fix to remove --all-files from pre-commit formatting to align with make format scope. Approved by two reviewers, passed all CI checks, and merged with a single-line change.
Suggested action: —
No scores available.
Issue body
Using `--all-files` for pre-commit format affects more files than `make format` would otherwise do.
- [x] Have you followed the guidelines for contributing?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint && make test`?
---
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix to remove --all-files from pre-commit formatting to align with make format scope. Approved by two reviewers, passed all CI checks, and merged with a single-line change. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix to remove the --all-files flag from pre-commit. This aligns the hook with make format by preventing unintended formatting of extra files. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #405 style: add pre-commit to auto-formatting | starbase | merged | Merged addition of pre-commit hooks for automated code formatting. Approved by two reviewers, passed all CI checks, and implemented with minimal changes across two files. | |
| #501 fix: help formatting when running `make -f common.mk` | starbase | merged | Merged upstream fix for help formatting when running make -f common.mk. Approved by two reviewers, passed all CI checks, and resolved via a single-line change. |