From 18e7af5052f57a3f768730b40632ef118bc12364 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 23 Mar 2026 16:13:59 -0400 Subject: [PATCH] [agent] Remind agents to respect pyproject --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 030aa81..8373380 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,3 +11,6 @@ methods are contained in either instance methods on instatiated data models, or classmethods on the Django model class itself. When logic grows too complex, helper functions should be pulled out into utils.py files and the model instance ro class method should call the utility function. + +Be sure to check pyproject.toml for project defaults. Specifically for black and +isort expectations.