Commit b8cd30d
authored
⬆️ Bump ruff to v0.15.10 (#161)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-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.15.9` → `==0.15.10` |

|

|
---
### Release Notes
<details>
<summary>astral-sh/ruff (ruff)</summary>
###
[`v0.15.10`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#01510)
[Compare
Source](https://redirect.github.com/astral-sh/ruff/compare/0.15.9...0.15.10)
Released on 2026-04-09.
##### Preview features
- \[`flake8-logging`] Allow closures in except handlers (`LOG004`)
([#​24464](https://redirect.github.com/astral-sh/ruff/pull/24464))
- \[`flake8-self`] Make `SLF` diagnostics robust to non-self-named
variables
([#​24281](https://redirect.github.com/astral-sh/ruff/pull/24281))
- \[`flake8-simplify`] Make the fix for `collapsible-if` safe in
`preview` (`SIM102`)
([#​24371](https://redirect.github.com/astral-sh/ruff/pull/24371))
##### Bug fixes
- Avoid emitting multi-line f-string elements before Python 3.12
([#​24377](https://redirect.github.com/astral-sh/ruff/pull/24377))
- Avoid syntax error from `E502` fixes in f-strings and t-strings
([#​24410](https://redirect.github.com/astral-sh/ruff/pull/24410))
- Strip form feeds from indent passed to `dedent_to`
([#​24381](https://redirect.github.com/astral-sh/ruff/pull/24381))
- \[`pyupgrade`] Fix panic caused by handling of octals (`UP012`)
([#​24390](https://redirect.github.com/astral-sh/ruff/pull/24390))
- Reject multi-line f-string elements before Python 3.12
([#​24355](https://redirect.github.com/astral-sh/ruff/pull/24355))
##### Rule changes
- \[`ruff`] Treat f-string interpolation as potential side effect
(`RUF019`)
([#​24426](https://redirect.github.com/astral-sh/ruff/pull/24426))
##### Server
- Add support for custom file extensions
([#​24463](https://redirect.github.com/astral-sh/ruff/pull/24463))
##### Documentation
- Document adding fixes in CONTRIBUTING.md
([#​24393](https://redirect.github.com/astral-sh/ruff/pull/24393))
- Fix JSON typo in settings example
([#​24517](https://redirect.github.com/astral-sh/ruff/pull/24517))
##### Contributors
- [@​charliermarsh](https://redirect.github.com/charliermarsh)
- [@​dylwil3](https://redirect.github.com/dylwil3)
- [@​silverstein](https://redirect.github.com/silverstein)
- [@​anishgirianish](https://redirect.github.com/anishgirianish)
- [@​shizukushq](https://redirect.github.com/shizukushq)
- [@​zanieb](https://redirect.github.com/zanieb)
- [@​AlexWaygood](https://redirect.github.com/AlexWaygood)
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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 is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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/tr4nt0r/pythonkuma).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6cmVjeWNsZTogZGVwZW5kZW5jaWVzIiwiOnNuYWtlOiBweXRob24iXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 72e5617 commit b8cd30d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments