From 19ab4456d72c56360901538b4b18ca3a4329422c Mon Sep 17 00:00:00 2001 From: OzGav Date: Mon, 16 Sep 2024 04:40:57 +1000 Subject: [PATCH 1/2] Fix typo (#2923) --- custom_components/mass/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/mass/translations/en.json b/custom_components/mass/translations/en.json index f1a92aac..622ff667 100644 --- a/custom_components/mass/translations/en.json +++ b/custom_components/mass/translations/en.json @@ -86,7 +86,7 @@ "fields": { "source_player": { "name": "Source media player", - "description": "he source media player which has the queue you want to transfer." + "description": "The source media player which has the queue you want to transfer." }, "auto_play": { "name": "Auto play", From 5adff083b4a5131f16ccc4a480df30be001a1db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:35:54 +0200 Subject: [PATCH 2/2] Bump ruff from 0.6.5 to 0.6.7 (#2958) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.5 to 0.6.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.5...0.6.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a124944c..bd46bd9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ test = [ "pre-commit==3.8.0", "pre-commit-hooks==4.6.0", "pylint==3.2.7", - "ruff==0.6.5", + "ruff==0.6.7", "tomli==2.0.1", "pytest-homeassistant-custom-component==0.13.162", "zeroconf",