BMAD-METHOD/.claude/rules/python-github-setup-cursorr.../python-error-handling.mdc

6 lines
213 B
Plaintext

---
description: Defines Python error handling preferences, including using try-except blocks and logging errors.
globs: **/*.py
---
- Prefer using try-except blocks for error handling.
- Log errors appropriately.