Update AGENTS.md to include code style enforcement via Ruff

This commit is contained in:
latand 2026-02-11 00:28:15 +02:00
parent a889263001
commit 81a1de9992

View file

@ -21,6 +21,8 @@ Note: `uv run pre-commit install` writes hooks to the shared repository `.git/ho
## Mandatory local checks before PR
Code style/lint in this repository is enforced via Ruff (`ruff check` + `ruff format`).
Quick loop (recommended for most PR iterations):
```bash