BMAD-METHOD/.claude/rules/python-flask-json-guide-cur.../general-python-rules.mdc

7 lines
247 B
Plaintext

---
description: Defines general Python version and dependency management rules for the project.
globs: **/*.py
---
- Always use UV when installing dependencies.
- Always use Python 3.12.
- Always use classes instead of functions when appropriate.