mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Add code review guidelines to exclude imports and formatting feedback (#148912)
This commit is contained in:
parent
5b41d5a795
commit
a5c301db1b
6
.github/copilot-instructions.md
vendored
6
.github/copilot-instructions.md
vendored
@ -45,6 +45,12 @@ rules:
|
|||||||
|
|
||||||
**When Reviewing/Creating Code**: Always check the integration's quality scale level and exemption status before applying 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
|
## Python Requirements
|
||||||
|
|
||||||
- **Compatibility**: Python 3.13+
|
- **Compatibility**: Python 3.13+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user