Skip to content

Commit 5c07904

Browse files
chore(deps): update dependency black to v26.5.1 (#585)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [black](https://redirect.github.com/psf/black) ([changelog](https://redirect.github.com/psf/black/blob/main/CHANGES.md)) | `==26.5.0` → `==26.5.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/black/26.5.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/26.5.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/26.5.0/26.5.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/26.5.0/26.5.1?slim=true) | --- ### Release Notes <details> <summary>psf/black (black)</summary> ### [`v26.5.1`](https://redirect.github.com/psf/black/blob/HEAD/CHANGES.md#Version-2651) [Compare Source](https://redirect.github.com/psf/black/compare/26.5.0...26.5.1) ##### Stable style - Fix unstable formatting of annotated assignments whose subscript annotation contains an inline comment (e.g. `x: list[ # pyright: ignore[...]`) ([#&#8203;5130](https://redirect.github.com/psf/black/issues/5130)) - Preserve inline comments (including `# type: ignore`) immediately before a `# fmt: skip` line, avoiding AST equivalence failures ([#&#8203;5139](https://redirect.github.com/psf/black/issues/5139)) ##### Packaging - Correct the version in the published executables ([#&#8203;5137](https://redirect.github.com/psf/black/issues/5137)) ##### Documentation - Add Neovim integration guide covering conform.nvim, ALE, and simple command approaches ([#&#8203;5124](https://redirect.github.com/psf/black/issues/5124)) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Dublin) - Branch creation - At any time (no schedule defined) - Automerge - Only on Sunday and Saturday (`* * * * 0,6`) 🚦 **Automerge**: Enabled. ♻ **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 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/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE4Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cca6539 commit 5c07904

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717

1818
[dependency-groups]
1919
dev = [
20-
"black==26.5.0",
20+
"black==26.5.1",
2121
"isort==8.0.1",
2222
"mypy==1.20.2",
2323
"pylint==4.0.5",

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)