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.