Skip to content

Commit ff4d7ab

Browse files
⬆️ 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` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.15.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.15.4/0.15.5?slim=true) | --- ### 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 ([#&#8203;23434](https://redirect.github.com/astral-sh/ruff/pull/23434)) - \[`perflint`] Extend `PERF102` to comprehensions and generators ([#&#8203;23473](https://redirect.github.com/astral-sh/ruff/pull/23473)) - \[`refurb`] Fix `FURB101` and `FURB103` false positives when I/O variable is used later ([#&#8203;23542](https://redirect.github.com/astral-sh/ruff/pull/23542)) - \[`ruff`] Add fix for `none-not-at-end-of-union` (`RUF036`) ([#&#8203;22829](https://redirect.github.com/astral-sh/ruff/pull/22829)) - \[`ruff`] Fix false positive for `re.split` with empty string pattern (`RUF055`) ([#&#8203;23634](https://redirect.github.com/astral-sh/ruff/pull/23634)) ##### Bug fixes - \[`fastapi`] Handle callable class dependencies with `__call__` method (`FAST003`) ([#&#8203;23553](https://redirect.github.com/astral-sh/ruff/pull/23553)) - \[`pydocstyle`] Fix numpy section ordering (`D420`) ([#&#8203;23685](https://redirect.github.com/astral-sh/ruff/pull/23685)) - \[`pyflakes`] Fix false positive for names shadowing re-exports (`F811`) ([#&#8203;23356](https://redirect.github.com/astral-sh/ruff/pull/23356)) - \[`pyupgrade`] Avoid inserting redundant `None` elements in `UP045` ([#&#8203;23459](https://redirect.github.com/astral-sh/ruff/pull/23459)) ##### Documentation - Document extension mapping for Markdown code formatting ([#&#8203;23574](https://redirect.github.com/astral-sh/ruff/pull/23574)) - Update default Python version examples ([#&#8203;23605](https://redirect.github.com/astral-sh/ruff/pull/23605)) ##### Other changes - Publish releases to Astral mirror ([#&#8203;23616](https://redirect.github.com/astral-sh/ruff/pull/23616)) ##### Contributors - [@&#8203;amyreese](https://redirect.github.com/amyreese) - [@&#8203;stakeswky](https://redirect.github.com/stakeswky) - [@&#8203;chirizxc](https://redirect.github.com/chirizxc) - [@&#8203;anishgirianish](https://redirect.github.com/anishgirianish) - [@&#8203;bxff](https://redirect.github.com/bxff) - [@&#8203;zsol](https://redirect.github.com/zsol) - [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) - [@&#8203;ntBre](https://redirect.github.com/ntBre) - [@&#8203;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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python = ["3.14", "3.13", "3.12"]
4242

4343
[tool.hatch.envs.default]
4444
dependencies = [
45-
"ruff==0.15.4",
45+
"ruff==0.15.5",
4646
"aiohttp==3.13.3",
4747
"prometheus-client==0.24.1",
4848
"mashumaro==3.20",
@@ -56,7 +56,7 @@ dependencies = [
5656

5757
[tool.hatch.envs.hatch-static-analysis]
5858
dependencies = [
59-
"ruff==0.15.4",
59+
"ruff==0.15.5",
6060
]
6161
config-path = "none"
6262

0 commit comments

Comments
 (0)