From e0d9c7bbbcfcd97239ba5f79789a5aa285cc5eae Mon Sep 17 00:00:00 2001 From: Maikel Date: Fri, 21 Nov 2025 14:38:25 +0100 Subject: [PATCH] chore: disable docstrings check --- .coderabbit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index f827324d8169..0a97468ab6d8 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -34,6 +34,9 @@ reviews: finishing_touches: docstrings: enabled: false + pre_merge_checks: + docstrings: + mode: off tone_instructions: "Please keep it short and to the point. Be patient, especially with new contributors. Feel free to be witty with maintainers." knowledge_base: code_guidelines: