Commit 64049c4
authored
meta: Add formatting checks to AGENTS.md lint instructions (#310)
CI runs `cargo fmt` and `ruff format` but these were missing from the
pre-commit linting instructions in AGENTS.md. This caused formatting
issues to slip through to CI (e.g. #309).
Adds `cargo fmt --all -- --check` and `uv run ruff format --check` to
the linting checklist.1 parent ea90910 commit 64049c4
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
| |||
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
71 | | - | |
| 79 | + | |
72 | 80 | | |
73 | 81 | | |
| 82 | + | |
74 | 83 | | |
75 | 84 | | |
76 | 85 | | |
| |||
0 commit comments