BMAD-METHOD/.claude/rules/python-llm-ml-workflow-curs.../detailed-docstrings.mdc

5 lines
345 B
Plaintext

---
description: Requires detailed Google-style docstrings for all functions, methods, and classes.
globs: **/*.py
---
- **Detailed Docstrings:** All functions, methods, and classes must have Google-style docstrings, thoroughly explaining their purpose, parameters, return values, and any exceptions raised. Include usage examples where helpful.