Skip to content

Commit

Permalink
Create .coderabbit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunky authored Jan 22, 2025
1 parent dfc4b5c commit 194f377
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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: false
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()`
chat:
auto_reply: true

0 comments on commit 194f377

Please sign in to comment.