forked from zenml-io/zenml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.coderabbit.yaml
30 lines (30 loc) · 878 Bytes
/
.coderabbit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: "en"
early_access: false
reviews:
high_level_summary: true
poem: true
review_status: true
collapse_walkthrough: true
path_filters:
- "!**/.xml"
- "!**/.json"
path_instructions:
- path: "src/zenml/**/*.py"
instructions: "Review the Python code for conformity with Python best practices."
- path: "docs/**/*.md"
instructions: "Review the documentation for readability and clarity."
- path: "tests/**/*.py"
instructions: |
"Assess the unit test code employing the PyTest testing framework. Confirm that:
- The tests adhere to PyTest's established best practices.
- Test descriptions are sufficiently detailed to clarify the purpose of each test."
auto_review:
enabled: false
ignore_title_keywords:
- "WIP"
- "DO NOT MERGE"
drafts: false
base_branches:
- "develop"
chat:
auto_reply: true