From e20d65f2d62b93b367bfc83bea7e7f9f98094ac9 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 11 Feb 2026 23:51:20 +0100 Subject: [PATCH] chore:Update coderabbitai configuration to not expect docstrings in test --- .coderabbit.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 2e5d2fe66..5f24e3801 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -3,3 +3,7 @@ reviews: github-checks: enabled: true timeout_ms: 900000 # 15 minutes (maximum allowed) + + path_instructions: + - path: "package/tests/**/*.py" + instructions: "Docstrings are not required for test functions in test files."