7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
---
|
|
description: Specifies code review requirements for Python projects, including requiring reviews and using GitHub Pull Requests.
|
|
globs: **/*.py
|
|
---
|
|
- Require code reviews.
|
|
- Use GitHub Pull Requests for code reviews.
|
|
- Review for functionality, code quality, and security. |