[agent] Remind agents to respect pyproject
This commit is contained in:
@ -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,
|
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
|
helper functions should be pulled out into utils.py files and the model instance
|
||||||
ro class method should call the utility function.
|
ro class method should call the utility function.
|
||||||
|
|
||||||
|
Be sure to check pyproject.toml for project defaults. Specifically for black and
|
||||||
|
isort expectations.
|
||||||
|
|||||||
Reference in New Issue
Block a user