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."