Commit a973d5a
authored
⬆️ Bump ruff to v0.15.19 (#195)
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.18` → `==0.15.19` |

|

|
---
### Release Notes
<details>
<summary>astral-sh/ruff (ruff)</summary>
###
[`v0.15.19`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#01519)
[Compare
Source](https://redirect.github.com/astral-sh/ruff/compare/0.15.18...0.15.19)
Released on 2026-06-23.
##### Preview features
- Support human-readable names when hovering suppression comments and in
code actions
([#​26114](https://redirect.github.com/astral-sh/ruff/pull/26114))
##### Bug fixes
- Fall back to default settings when editor-only settings are invalid
([#​26244](https://redirect.github.com/astral-sh/ruff/pull/26244))
- Fix panic when inserting text at a notebook cell boundary
([#​26111](https://redirect.github.com/astral-sh/ruff/pull/26111))
##### Rule changes
- \[`pylint`] Update fix suggestions for `__floor__`, `__trunc__`,
`__length_hint__`, and `__matmul__` variants (`PLC2801`)
([#​26239](https://redirect.github.com/astral-sh/ruff/pull/26239))
##### Performance
- Avoid allocating when parsing single string literals
([#​26200](https://redirect.github.com/astral-sh/ruff/pull/26200))
- Avoid reallocating singleton call arguments
([#​26223](https://redirect.github.com/astral-sh/ruff/pull/26223))
- Lazily create source files for lint diagnostics
([#​26226](https://redirect.github.com/astral-sh/ruff/pull/26226))
- Optimize formatter text width and indentation
([#​26236](https://redirect.github.com/astral-sh/ruff/pull/26236))
- Reserve capacity for builtin bindings
([#​26229](https://redirect.github.com/astral-sh/ruff/pull/26229))
- Skip repeated-key checks for singleton dictionaries
([#​26228](https://redirect.github.com/astral-sh/ruff/pull/26228))
- Use ArrayVec for qualified name segments
([#​26224](https://redirect.github.com/astral-sh/ruff/pull/26224))
##### Documentation
- \[`flake8-pyi`] Note that `PYI051` is an opinionated stylistic rule
([#​26179](https://redirect.github.com/astral-sh/ruff/pull/26179))
- \[`pyupgrade`] Clarify `UP029` as a Python 2 compatibility rule
([#​26243](https://redirect.github.com/astral-sh/ruff/pull/26243))
##### Other changes
- Publish Ruff crates to crates.io
([#​26271](https://redirect.github.com/astral-sh/ruff/pull/26271))
##### Contributors
- [@​MakenRosa](https://redirect.github.com/MakenRosa)
- [@​MichaReiser](https://redirect.github.com/MichaReiser)
- [@​trilamsr](https://redirect.github.com/trilamsr)
- [@​ntBre](https://redirect.github.com/ntBre)
- [@​sanjibani](https://redirect.github.com/sanjibani)
- [@​charliermarsh](https://redirect.github.com/charliermarsh)
</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6cmVjeWNsZTogZGVwZW5kZW5jaWVzIiwiOnNuYWtlOiBweXRob24iXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4e1aa1b commit a973d5a
1 file changed
Lines changed: 2 additions & 2 deletions
| 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