Commit ff4d7ab
authored
⬆️ Bump ruff to v0.15.5 (#140)
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.4` → `==0.15.5` |

|

|
---
### Release Notes
<details>
<summary>astral-sh/ruff (ruff)</summary>
###
[`v0.15.5`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#0155)
[Compare
Source](https://redirect.github.com/astral-sh/ruff/compare/0.15.4...0.15.5)
Released on 2026-03-05.
##### Preview features
- Discover Markdown files by default in preview mode
([#​23434](https://redirect.github.com/astral-sh/ruff/pull/23434))
- \[`perflint`] Extend `PERF102` to comprehensions and generators
([#​23473](https://redirect.github.com/astral-sh/ruff/pull/23473))
- \[`refurb`] Fix `FURB101` and `FURB103` false positives when I/O
variable is used later
([#​23542](https://redirect.github.com/astral-sh/ruff/pull/23542))
- \[`ruff`] Add fix for `none-not-at-end-of-union` (`RUF036`)
([#​22829](https://redirect.github.com/astral-sh/ruff/pull/22829))
- \[`ruff`] Fix false positive for `re.split` with empty string pattern
(`RUF055`)
([#​23634](https://redirect.github.com/astral-sh/ruff/pull/23634))
##### Bug fixes
- \[`fastapi`] Handle callable class dependencies with `__call__` method
(`FAST003`)
([#​23553](https://redirect.github.com/astral-sh/ruff/pull/23553))
- \[`pydocstyle`] Fix numpy section ordering (`D420`)
([#​23685](https://redirect.github.com/astral-sh/ruff/pull/23685))
- \[`pyflakes`] Fix false positive for names shadowing re-exports
(`F811`)
([#​23356](https://redirect.github.com/astral-sh/ruff/pull/23356))
- \[`pyupgrade`] Avoid inserting redundant `None` elements in `UP045`
([#​23459](https://redirect.github.com/astral-sh/ruff/pull/23459))
##### Documentation
- Document extension mapping for Markdown code formatting
([#​23574](https://redirect.github.com/astral-sh/ruff/pull/23574))
- Update default Python version examples
([#​23605](https://redirect.github.com/astral-sh/ruff/pull/23605))
##### Other changes
- Publish releases to Astral mirror
([#​23616](https://redirect.github.com/astral-sh/ruff/pull/23616))
##### Contributors
- [@​amyreese](https://redirect.github.com/amyreese)
- [@​stakeswky](https://redirect.github.com/stakeswky)
- [@​chirizxc](https://redirect.github.com/chirizxc)
- [@​anishgirianish](https://redirect.github.com/anishgirianish)
- [@​bxff](https://redirect.github.com/bxff)
- [@​zsol](https://redirect.github.com/zsol)
- [@​charliermarsh](https://redirect.github.com/charliermarsh)
- [@​ntBre](https://redirect.github.com/ntBre)
- [@​kar-ganap](https://redirect.github.com/kar-ganap)
</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 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:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOnJlY3ljbGU6IGRlcGVuZGVuY2llcyIsIjpzbmFrZTogcHl0aG9uIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent c9a3789 commit ff4d7ab
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