diff --git a/pyproject.toml b/pyproject.toml index 9333e08826bf..4cae5b6b1571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,9 @@ hass = "homeassistant.__main__:main" [tool.uv] # Constrain the universal `uv pip compile` resolution (used for the .lock files) -# to the platforms Home Assistant actually targets: Linux and macOS. +# to the platforms Home Assistant actually targets: +# - Linux +# - macOS (just dev env) environments = [ "sys_platform == 'linux'", "sys_platform == 'darwin'",