Skip to content

Commit b8256fa

Browse files
committed
chore(instructions): clarify docstring style to include clean code principles
1 parent 55036ab commit b8256fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/instructions/python-development.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ applyTo: **/*.py
3030
### Code Style Standards
3131
- **Formatting:** we use ruff for formatting
3232
- **Type Hints:** Required for all APIs
33-
- **Docstrings:** Google style for modules, classes, and functions
33+
- **Docstrings:** Google style for modules, classes, and functions, but follows clean code principles
3434
- **linting:** use ruff for static analysis and mypy for type checking
3535

3636

0 commit comments

Comments
 (0)