Skip to content
Merged
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
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
Comment thread
dbasunag marked this conversation as resolved.
Outdated
review_status: false
changed_files_summary: true
suggested_labels: true
Expand Down