Add code review guidelines to exclude imports and formatting feedback (#148912)

This commit is contained in:
Franck Nijhof 2025-07-16 21:55:37 +02:00 committed by GitHub
parent 5b41d5a795
commit a5c301db1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,12 @@ rules:
**When Reviewing/Creating Code**: Always check the integration's quality scale level and exemption status before applying rules.
## Code Review Guidelines
**When reviewing code, do NOT comment on:**
- **Missing imports** - We use static analysis tooling to catch that
- **Code formatting** - We have ruff as a formatting tool that will catch those if needed (unless specifically instructed otherwise in these instructions)
## Python Requirements
- **Compatibility**: Python 3.13+