diff --git a/AGENTS.md b/AGENTS.md index 215e4195eb4..6566523f48e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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: