-
-
Notifications
You must be signed in to change notification settings - Fork 368
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
29 lines (28 loc) · 880 Bytes
/
.coderabbit.yaml
File metadata and controls
29 lines (28 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json # Schema for CodeRabbit configurations
language: "en-US"
early_access: true
reviews:
profile: "assertive"
request_changes_workflow: true
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
auto_review:
enabled: true
drafts: false
path_filters:
- "!tests/**/cassettes/**"
path_instructions:
- path: "tests/**"
instructions: |
- test functions shouldn't have a return type hint
- it's ok to use `assert` instead of `pytest.assume()`
- path: "garminconnect/**"
instructions: |
- prefer modern Python patterns (3.10+)
- use type hints consistently
- follow PEP 8 and modern Python conventions
- suggest performance improvements where applicable
chat:
auto_reply: true