Update dependency ruff to v0.16.5 - #110
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
2 times, most recently
from
February 26, 2026 18:36
790f394 to
40e6853
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
February 26, 2026 20:46
40e6853 to
65c15af
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
March 5, 2026 23:08
65c15af to
0a04103
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
2 times, most recently
from
March 19, 2026 17:53
ea2352e to
b520a27
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
March 26, 2026 22:29
b520a27 to
1c984c1
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
2 times, most recently
from
April 9, 2026 17:08
998f05a to
cfe3ff5
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
April 16, 2026 23:40
cfe3ff5 to
30f48f1
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
April 24, 2026 18:52
30f48f1 to
ed33337
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
May 7, 2026 06:49
ed33337 to
5aa7225
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
May 14, 2026 14:10
5aa7225 to
f33ca97
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
June 4, 2026 17:49
d98db03 to
2f475e9
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
June 12, 2026 14:13
2f475e9 to
3b83005
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
2 times, most recently
from
June 24, 2026 04:31
5e35318 to
6a8a088
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
June 25, 2026 19:07
6a8a088 to
15482bd
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
July 9, 2026 22:29
15482bd to
797e4f9
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
July 16, 2026 21:02
797e4f9 to
64aa401
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
July 23, 2026 23:02
64aa401 to
3793049
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
July 30, 2026 20:33
3793049 to
f93d955
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
3 times, most recently
from
August 13, 2026 16:44
d9f0f67 to
d392181
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
August 20, 2026 19:11
d392181 to
f010e18
Compare
renovate
Bot
force-pushed
the
renovate/ruff-0.x
branch
from
August 27, 2026 21:13
f010e18 to
f552c13
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.16.1→==0.16.5Release Notes
astral-sh/ruff (ruff)
v0.16.5Compare Source
Released on 2026-08-27.
Preview features
Bug fixes
flake8-async] Detect blocking generic HTTP requests (ASYNC210) (#28024)flake8-datetimez] Allow timezone-safestrptimechains (DTZ007) (#28023)flake8-simplify] Respect side effects inlambdadefaults (SIM401) (#28000)Server
ClientOptionsdoc comment (#27978)Documentation
Contributors
v0.16.4Compare Source
Released on 2026-08-20.
Preview features
flake8-use-pathlib] Add autofix forPTH116(#26460)refurb] Restrictdelete-full-sliceto lists (FURB131) (#27711)refurb] SkipFURB101andFURB103when theopenargument is a file descriptor (#27643)Bug fixes
InvalidInstructionon Windows CPUs that do not supportPOPCNT(#27803)pyflakes] Emit semantic syntax errors in string type definitions asF722(#27835)pylint] Allowos._exitimports inimport-private-name(PLC2701) (#27738)Rule changes
ruff] Addctypes.LittleEndianStructureand related types to existing exception (RUF012) (#27753)nonlocal(#27628)Server
Documentation
Other changes
Contributors
v0.16.3Compare Source
Released on 2026-08-13.
Preview features
pylint] Fix false negatives on negative numbers (PLR6104) (#27251)pyupgrade] Add rule to replacewhile 1withwhile True(UP048) (#27190)Bug fixes
flake8-bandit] Also check keyword arguments (S602,S603,S607,S609) (#27687)pylint] Allowcontinueinfinallyon Python 3.8 (#27626)pylint] FixPLE1307false positive with bools (#27651)pylint] Fix false positives and negatives with%bformat character (PLE1300,PLE1307) (#27560)pylint] Improve handling of concatenated strings (PLE1300) (#27659)Rule changes
numpy] Makenp.chararrayautofix backwards-compatible (NPY201) (#27527)Performance
Exprsize to 64 bytes (#27591)CLI
ruff check --statisticsoutput (#27646)Documentation
ruff] Also suggestasyncio.TaskGroup(RUF006) (#27461)Other changes
Contributors
v0.16.2Compare Source
Released on 2026-08-06.
Bug fixes
flake8-pyi] Avoid false positives onsingledispatchfunctions (PYI041) (#27335)Server
Contributors
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.