[agent] Remind agents to respect pyproject

This commit is contained in:
2026-03-23 16:13:59 -04:00
parent d4aefa6678
commit 18e7af5052

View File

@ -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.