BMAD-METHOD/.claude/rules/solidity-react-blockchain-a.../python-general-rules.mdc

7 lines
269 B
Plaintext

---
description: General Python rules for the service-1 directory, ensuring consistent dependency management and Python version.
globs: /service-1/**/*.*
---
- Always use UV when installing dependencies
- Always use python 3.12
- Always use classes instead of functions