Skip to content

Commit c5a90f1

Browse files
authored
Update .github/skills/code-review/SKILL.md
1 parent f46b2a4 commit c5a90f1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/skills/code-review/SKILL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ that works, in this order:
4747
3. If neither passes, or the unsafe fix would change behavior, describe the
4848
remaining rule violations and the manual change the author needs to make.
4949

50-
Always quote the exact rule code(s) `ruff` reports (e.g. `UP047`, `RUF100`) so the
51-
author knows what is being flagged, and paste the concrete command you ran.
50+
Always quote the exact rule code(s) `ruff` reports (e.g., `ruff rule UP047`,
51+
`ruff rule RUF100`) so the author can run those commands to read the rules being
52+
flagged. Also, paste the concrete command you ran.
5253

5354
### 3. Other Requirements for Submissions
5455

0 commit comments

Comments
 (0)