[Doc] Add line limit to AGENTS.md (#43635)

Signed-off-by: Woosuk Kwon <[email protected]>
Signed-off-by: Mark McLoughlin <[email protected]>
Co-authored-by: Mark McLoughlin <[email protected]>
This commit is contained in:
Woosuk Kwon
2026-05-26 09:31:23 -07:00
committed by GitHub
co-authored by Mark McLoughlin
parent 6f5b533241
commit 3aea37d28e
+2
View File
@@ -101,6 +101,8 @@ pre-commit run ruff-check --all-files
pre-commit run mypy-3.10 --all-files --hook-stage manual
```
The line length limit for Python code is 88 characters. If you are not sure, use pre-commit to check.
### Commit messages
Add attribution using commit trailers such as `Co-authored-by:` (other projects use `Assisted-by:` or `Generated-by:`). For example: