BMAD-METHOD/.claude/rules/python-github-setup-cursorr.../python-code-formatting.mdc

7 lines
228 B
Plaintext

---
description: Sets code formatting rules for Python projects using Black and Pylint and following PEP 8.
globs: **/*.py
---
- Use Black for code formatting.
- Use Pylint for linting.
- Follow PEP 8 and project-specific rules.