Skip to content

Commit 3ac487c

Browse files
authored
Merge pull request lightspeed-core#977 from tisnik/lcore-1051-updated-claude-instructions
LCORE-1051: updated instructions for Claude
2 parents 78665d9 + 73d3059 commit 3ac487c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ src/
6969
- **Type Annotations**: Complete type annotations for parameters and return types
7070
- Use `typing_extensions.Self` for model validators
7171
- Union types: `str | int` (modern syntax)
72-
- Optional: `Optional[Type]` or `Type | None`
72+
- Optional: `Optional[Type]`
7373
- **Naming**: Use snake_case with descriptive, action-oriented names (get_, validate_, check_)
7474
- **Return Values**: **CRITICAL** - Avoid in-place parameter modification anti-patterns:
7575
```python

0 commit comments

Comments
 (0)