chore(deps): update dependency ruff to v0.16.3 #167

Merged
renovate merged 1 commit from renovate/patch-dev-dependencies into main 2026-08-21 07:19:45 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
ruff (source, changelog) ==0.16.2==0.16.3 age confidence

Release Notes

astral-sh/ruff (ruff)

v0.16.3

Compare Source

Released on 2026-08-13.

Preview features
  • [pylint] Fix false negatives on negative numbers (PLR6104) (#​27251)
  • [pyupgrade] Add rule to replace while 1 with while True (UP048) (#​27190)
Bug fixes
  • [flake8-bandit] Also check keyword arguments (S602, S603, S607, S609) (#​27687)
  • [pylint] Allow continue in finally on Python 3.8 (#​27626)
  • [pylint] Fix PLE1307 false positive with bools (#​27651)
  • [pylint] Fix false positives and negatives with %b format character (PLE1300, PLE1307) (#​27560)
  • [pylint] Improve handling of concatenated strings (PLE1300) (#​27659)
Rule changes
  • [numpy] Make np.chararray autofix backwards-compatible (NPY201) (#​27527)
Performance
  • Enable PGO for Linux x86-64 Ruff releases (#​27570)
  • Enable PGO for Linux ARM64 Ruff releases (#​27574)
  • Enable PGO for Windows x86-64 Ruff releases (#​27573)
  • Enable PGO for macOS ARM64 Ruff releases (#​27572)
  • Reduce Expr size to 64 bytes (#​27591)
CLI
  • Hyperlink rule codes in ruff check --statistics output (#​27646)
Documentation
  • [ruff] Also suggest asyncio.TaskGroup (RUF006) (#​27461)
Other changes
Contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

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://github.com/astral-sh/ruff), [changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)) | `==0.16.2` → `==0.16.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.16.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.16.2/0.16.3?slim=true) | --- ### Release Notes <details> <summary>astral-sh/ruff (ruff)</summary> ### [`v0.16.3`](https://github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#0163) [Compare Source](https://github.com/astral-sh/ruff/compare/0.16.2...0.16.3) Released on 2026-08-13. ##### Preview features - \[`pylint`] Fix false negatives on negative numbers (`PLR6104`) ([#&#8203;27251](https://github.com/astral-sh/ruff/pull/27251)) - \[`pyupgrade`] Add rule to replace `while 1` with `while True` (`UP048`) ([#&#8203;27190](https://github.com/astral-sh/ruff/pull/27190)) ##### Bug fixes - \[`flake8-bandit`] Also check keyword arguments (`S602`, `S603`, `S607`, `S609`) ([#&#8203;27687](https://github.com/astral-sh/ruff/pull/27687)) - \[`pylint`] Allow `continue` in `finally` on Python 3.8 ([#&#8203;27626](https://github.com/astral-sh/ruff/pull/27626)) - \[`pylint`] Fix `PLE1307` false positive with bools ([#&#8203;27651](https://github.com/astral-sh/ruff/pull/27651)) - \[`pylint`] Fix false positives and negatives with `%b` format character (`PLE1300`, `PLE1307`) ([#&#8203;27560](https://github.com/astral-sh/ruff/pull/27560)) - \[`pylint`] Improve handling of concatenated strings (`PLE1300`) ([#&#8203;27659](https://github.com/astral-sh/ruff/pull/27659)) ##### Rule changes - \[`numpy`] Make `np.chararray` autofix backwards-compatible (`NPY201`) ([#&#8203;27527](https://github.com/astral-sh/ruff/pull/27527)) ##### Performance - Enable PGO for Linux x86-64 Ruff releases ([#&#8203;27570](https://github.com/astral-sh/ruff/pull/27570)) - Enable PGO for Linux ARM64 Ruff releases ([#&#8203;27574](https://github.com/astral-sh/ruff/pull/27574)) - Enable PGO for Windows x86-64 Ruff releases ([#&#8203;27573](https://github.com/astral-sh/ruff/pull/27573)) - Enable PGO for macOS ARM64 Ruff releases ([#&#8203;27572](https://github.com/astral-sh/ruff/pull/27572)) - Reduce `Expr` size to 64 bytes ([#&#8203;27591](https://github.com/astral-sh/ruff/pull/27591)) ##### CLI - Hyperlink rule codes in `ruff check --statistics` output ([#&#8203;27646](https://github.com/astral-sh/ruff/pull/27646)) ##### Documentation - \[`ruff`] Also suggest `asyncio.TaskGroup` (`RUF006`) ([#&#8203;27461](https://github.com/astral-sh/ruff/pull/27461)) ##### Other changes - Use mimalloc v3 ([#&#8203;27586](https://github.com/astral-sh/ruff/pull/27586)) ##### Contributors - [@&#8203;Andrej730](https://github.com/Andrej730) - [@&#8203;alonfaraj](https://github.com/alonfaraj) - [@&#8203;romero-deshaw](https://github.com/romero-deshaw) - [@&#8203;Avasam](https://github.com/Avasam) - [@&#8203;tjkuson](https://github.com/tjkuson) - [@&#8203;charliermarsh](https://github.com/charliermarsh) - [@&#8203;chirizxc](https://github.com/chirizxc) - [@&#8203;saberoueslati](https://github.com/saberoueslati) - [@&#8203;MichaReiser](https://github.com/MichaReiser) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **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 has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xNC40IiwidXBkYXRlZEluVmVyIjoiNDQuMTQuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency ruff to v0.16.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
ci/woodpecker/pr/check-build/1 Pipeline was successful
ci/woodpecker/pr/check-code Pipeline was successful
ci/woodpecker/pr/check-build/2 Pipeline was successful
ci/woodpecker/pr/check-commits Pipeline was successful
ci/woodpecker/pr/check-migrations-postgres/1 Pipeline was successful
ci/woodpecker/pr/check-migrations-postgres/2 Pipeline was successful
ci/woodpecker/pr/check-migrations-sqlite Pipeline was successful
ci/woodpecker/pr/checks Pipeline was successful
5fe6f1ad38
renovate scheduled this pull request to auto merge when all checks succeed 2026-08-21 07:17:12 +00:00
renovate deleted branch renovate/patch-dev-dependencies 2026-08-21 07:19:45 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BjoernPetersen/bs-rate-limiter!167
No description provided.