We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601bdfb commit a975ef2Copy full SHA for a975ef2
AGENTS.md
@@ -42,7 +42,7 @@ This project has custom skills that provide specialized workflows. **Always chec
42
**Use whenever:** Formatting code, validating style/types/security, or before committing changes.
43
44
**Purpose:** Runs targeted linting and code quality checks using `hatch run lint:*`:
45
-- Formats code with Black and Ruff auto-fixes
+- Formats code with `ruff check` and `ruff format`
46
- Validates style, types, and security
47
- Checks spelling and documentation
48
- Validates test infrastructure (suitespec, riotfile, etc.)
0 commit comments