Skip to content

Commit a975ef2

Browse files
committed
sync changes from #15300
1 parent 601bdfb commit a975ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This project has custom skills that provide specialized workflows. **Always chec
4242
**Use whenever:** Formatting code, validating style/types/security, or before committing changes.
4343

4444
**Purpose:** Runs targeted linting and code quality checks using `hatch run lint:*`:
45-
- Formats code with Black and Ruff auto-fixes
45+
- Formats code with `ruff check` and `ruff format`
4646
- Validates style, types, and security
4747
- Checks spelling and documentation
4848
- Validates test infrastructure (suitespec, riotfile, etc.)

0 commit comments

Comments
 (0)