From 194f377016ef39c31d7df9e561c5f1ebf61ce901 Mon Sep 17 00:00:00 2001 From: Ron Date: Wed, 22 Jan 2025 14:37:22 +0100 Subject: [PATCH] Create .coderabbit.yaml --- .coderabbit.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..2b22bda --- /dev/null +++ b/.coderabbit.yaml @@ -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