From eb5ef70865e392ae0bce4c5ff5650275057112c4 Mon Sep 17 00:00:00 2001 From: Erik Thorelli Date: Fri, 24 Apr 2026 18:15:39 -0400 Subject: [PATCH 1/2] Add CodeRabbit configuration. --- .coderabbit.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..f7509d0 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +early_access: true + +reviews: + profile: assertive + request_changes_workflow: true + review_details: true + fail_commit_status: true + auto_apply_labels: true + auto_assign_reviewers: true + auto_review: + drafts: true + finishing_touches: + unit_tests: + enabled: false + simplify: + enabled: true + pre_merge_checks: + docstrings: + threshold: 100 + +issue_enrichment: + auto_enrich: + enabled: true + labeling: + auto_apply_labels: true From 692d822b88c9014e9c1b711ee3d061e9c524c035 Mon Sep 17 00:00:00 2001 From: Erik Thorelli Date: Fri, 24 Apr 2026 15:19:40 -0700 Subject: [PATCH 2/2] Update .coderabbit.yaml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .coderabbit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index f7509d0..d62684d 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -17,7 +17,8 @@ reviews: enabled: true pre_merge_checks: docstrings: - threshold: 100 + mode: warning + threshold: 80 issue_enrichment: auto_enrich: