Skip to content

Commit

Permalink
Bump ruff from 0.2.2 to 0.3.0 (#2)
Browse files Browse the repository at this point in the history
* 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]>

* Style fixes by ruff

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Mar 8, 2024
1 parent ad772d3 commit fe17d52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions custom_components/sinapsi_alfa/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ async def async_step_user(self, user_input=None):
title=user_input[CONF_NAME], data=user_input
)
else:
errors[
CONF_HOST
] = "Connection to device failed (Unique ID not available)"
errors[CONF_HOST] = (
"Connection to device failed (Unique ID not available)"
)

return self.async_show_form(
step_id="user",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colorlog==6.8.2
homeassistant==2024.1.2
pip>=21.0,<24.1
ruff==0.2.2
ruff==0.3.0
pymodbus>=3.5

0 comments on commit fe17d52

Please sign in to comment.