We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78665d9 commit 73d3059Copy full SHA for 73d3059
1 file changed
CLAUDE.md
@@ -69,7 +69,7 @@ src/
69
- **Type Annotations**: Complete type annotations for parameters and return types
70
- Use `typing_extensions.Self` for model validators
71
- Union types: `str | int` (modern syntax)
72
- - Optional: `Optional[Type]` or `Type | None`
+ - Optional: `Optional[Type]`
73
- **Naming**: Use snake_case with descriptive, action-oriented names (get_, validate_, check_)
74
- **Return Values**: **CRITICAL** - Avoid in-place parameter modification anti-patterns:
75
```python
0 commit comments