7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
---
|
|
description: Sets documentation requirements for Python code, including requiring docstrings and following the Google Python Style Guide.
|
|
globs: **/*.py
|
|
---
|
|
- Require documentation for all code.
|
|
- Use docstrings for documentation.
|
|
- Follow the Google Python Style Guide for documentation. |