Skip to content

Commit 4dcf708

Browse files
Bump ruff from 0.2.2 to 0.3.0 (#381)
* Bump ruff from 0.2.2 to 0.3.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.2 to 0.3.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix format --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Bieniek <[email protected]>
1 parent 65871b4 commit 4dcf708

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python_scripts/shellies_discovery_gen2.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This script adds MQTT discovery support for Shellies Gen2 devices."""
2+
23
VERSION = "2.27.2"
34

45
ATTR_BATTERY_POWERED = "battery_powered"

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.2.2
1+
ruff==0.3.0

0 commit comments

Comments
 (0)