Skip to content

Commit 501f305

Browse files
committed
chore: format cladue rule
1 parent 02d5ead commit 501f305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.claude/rules/development-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ just test-examples # Run example tests
4848
- Use `.yaml` extension instead of `.yml` for YAML files
4949
- Keep file names concise but meaningful
5050

51-
## Import Organisation
51+
## Import Organization
5252

5353
- Standard library imports first
5454
- Third-party imports second

.claude/rules/no-relative-imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Standards for using absolute imports instead of relative imports in Python files
1212

1313
- Always use absolute imports starting with the full package name (`stackone_ai`)
1414
- Never use relative imports (`.` or `..`)
15-
- Keep imports organised and grouped
15+
- Keep imports organized and grouped
1616

1717
## Examples
1818

0 commit comments

Comments
 (0)