Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
inheritance: true

reviews:
path_instructions:
- path: "**/*.py"
instructions: |
- This project targets Python 3.14 (requires-python = '==3.14.*').
- Per PEP 758 (https://peps.python.org/pep-0758/), bare 'except ExcA, ExcB:' without parentheses is valid syntax in Python 3.14+ and means catching both exceptions. Do not flag this as a Python 2-style except clause or suggest adding parentheses.
- Focus on security, test structure and coding style adherence in new code introduced
- Code should follow python, pytest best practices
- Ensure we use https://github.com/RedHatQE/openshift-python-wrapper/ instead of direct oc calls when possible
- Code reuse, test parameterization, proper test dependency should be also encouraged
- Check CONSTITUTION and AGENTS files
review_status: false
changed_files_summary: true
suggested_labels: true
Expand Down
Loading