Switch from rye to uv, Python 3.13, HA 2025.2#903
Conversation
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis pull request updates the development environment and project configuration. The changes include an upgrade of base images and Python version (to 3.13), a consistent replacement of “rye” with “uv” in dev containers, workflows, and hooks, and numerous reformatting and restructuring of JSON translation files across various languages. Additionally, the Home Assistant version requirement has been bumped, and minor code refactors—such as simplifying the event filtering in a repair method and updating import statements—have been made. Changes
Sequence Diagram(s)sequenceDiagram
participant Event
participant SpookRepair
Event->>SpookRepair: Trigger reload event with event_data
SpookRepair->>SpookRepair: Check if inspect_on_reload equals event_data.get("domain")
alt Domain matches
SpookRepair->>SpookRepair: Activate repair process
else
SpookRepair->>SpookRepair: Ignore event
end
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (67)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|



Description
SSIA 😄
uvas the project management.Motivation and Context
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist