From 39cd8c04d33cd9e55b8ef56d4363b5e85e232609 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:55:03 -0400 Subject: [PATCH] docs: add agent rule for Replace them with ruff IF possible to reduce ambiguity --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 0e7283b..a4fe216 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -18,4 +18,5 @@ All agents must follow these rules: 12) Centralize pytest settings (flags, markers, ignore patterns, and targets) in pyproject.toml, pytest.ini, setup.cfg, or tox.ini; workflows/hooks should call pytest without inline args. 13) If the branch you're assigned to work on is from a remote (ie origin/master or upstream/awesome-feature) you must ensure you fetch and pull from the remote before you begin your work. +14) Replace them with ruff IF possible while ensuring behavior parity. Reference: https://www.conventionalcommits.org/en/v1.0.0/