Skip to content

Commit

Permalink
Update dependency ruff to v0.6.6 (#27)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ruff](https://docs.astral.sh/ruff)
([source](https://redirect.github.com/astral-sh/ruff),
[changelog](https://redirect.github.com/astral-sh/ruff/blob/main/CHANGELOG.md))
| `==0.6.5` -> `==0.6.6` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.6.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ruff/0.6.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ruff/0.6.5/0.6.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.6.5/0.6.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>astral-sh/ruff (ruff)</summary>

###
[`v0.6.6`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#066)

[Compare
Source](https://redirect.github.com/astral-sh/ruff/compare/0.6.5...0.6.6)

##### Preview features

- \[`refurb`] Skip `slice-to-remove-prefix-or-suffix` (`FURB188`) when
non-trivial slice steps are present
([#&#8203;13405](https://redirect.github.com/astral-sh/ruff/pull/13405))
- Add a subcommand to generate dependency graphs
([#&#8203;13402](https://redirect.github.com/astral-sh/ruff/pull/13402))

##### Formatter

- Fix placement of inline parameter comments
([#&#8203;13379](https://redirect.github.com/astral-sh/ruff/pull/13379))

##### Server

- Fix off-by one error in the `LineIndex::offset` calculation
([#&#8203;13407](https://redirect.github.com/astral-sh/ruff/pull/13407))

##### Bug fixes

- \[`fastapi`] Respect FastAPI aliases in route definitions
([#&#8203;13394](https://redirect.github.com/astral-sh/ruff/pull/13394))
- \[`pydocstyle`] Respect word boundaries when detecting function
signature in docs
([#&#8203;13388](https://redirect.github.com/astral-sh/ruff/pull/13388))

##### Documentation

- Add backlinks to rule overview linter
([#&#8203;13368](https://redirect.github.com/astral-sh/ruff/pull/13368))
- Fix documentation for editor vim plugin ALE
([#&#8203;13348](https://redirect.github.com/astral-sh/ruff/pull/13348))
- Fix rendering of `FURB188` docs
([#&#8203;13406](https://redirect.github.com/astral-sh/ruff/pull/13406))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/DonRobo/ha-ha-integration).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 20, 2024
1 parent 368d171 commit 20f6e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.8.2
homeassistant==2024.9.1
pip>=24.1,<25
ruff==0.6.5
ruff==0.6.6

0 comments on commit 20f6e21

Please sign in to comment.