We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78665d9 + 73d3059 commit 3ac487cCopy full SHA for 3ac487c
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