Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump ruff from 0.14.2 to 0.14.3#277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
oschwald merged 1 commit intomainfromdependabot/uv/ruff-0.14.3
Nov 4, 2025
Merged

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 4, 2025

Bumpsruff from 0.14.2 to 0.14.3.

Release notes

Sourced fromruff's releases.

0.14.3

Release Notes

Released on 2025-10-30.

Preview features

  • Respect--output-format with--watch (#21097)
  • [pydoclint] Fix false positive on explicit exception re-raising (DOC501,DOC502) (#21011)
  • [pyflakes] Revert to stable behavior if imports for module lie in alternate branches forF401 (#20878)
  • [pylint] Implementstop-iteration-return (PLR1708) (#20733)
  • [ruff] Add support for additional eager conversion patterns (RUF065) (#20657)

Bug fixes

  • Fix finding keyword range for clause header after statement ending with semicolon (#21067)
  • Fix syntax error false positive on nested alternative patterns (#21104)
  • [ISC001] Fix panic when string literals are unclosed (#21034)
  • [flake8-django] ApplyDJ001 to annotated fields (#20907)
  • [flake8-pyi] FixPYI034 to not trigger on metaclasses (PYI034) (#20881)
  • [flake8-type-checking] FixTC003 false positive withfuture-annotations (#21125)
  • [pyflakes] Fix false positive for__class__ in lambda expressions within class definitions (F821) (#20564)
  • [pyupgrade] Fix false positive forTypeVar with default on Python <3.13 (UP046,UP047) (#21045)

Rule changes

  • Add missing docstring sections to the numpy list (#20931)
  • [airflow] Extendairflow.models..Param check (AIR311) (#21043)
  • [airflow] Warn thatairflow....DAG.create_dagrun has been removed (AIR301) (#21093)
  • [refurb] Preserve digit separators inDecimal constructor (FURB157) (#20588)

Server

  • Avoid sending an unnecessary "clear diagnostics" message for clients supporting pull diagnostics (#21105)

Documentation

  • [flake8-bandit] Fix correct example forS308 (#21128)

Other changes

  • Clearer error message whenline-length goes beyond threshold (#21072)

Contributors

... (truncated)

Changelog

Sourced fromruff's changelog.

0.14.3

Released on 2025-10-30.

Preview features

  • Respect--output-format with--watch (#21097)
  • [pydoclint] Fix false positive on explicit exception re-raising (DOC501,DOC502) (#21011)
  • [pyflakes] Revert to stable behavior if imports for module lie in alternate branches forF401 (#20878)
  • [pylint] Implementstop-iteration-return (PLR1708) (#20733)
  • [ruff] Add support for additional eager conversion patterns (RUF065) (#20657)

Bug fixes

  • Fix finding keyword range for clause header after statement ending with semicolon (#21067)
  • Fix syntax error false positive on nested alternative patterns (#21104)
  • [ISC001] Fix panic when string literals are unclosed (#21034)
  • [flake8-django] ApplyDJ001 to annotated fields (#20907)
  • [flake8-pyi] FixPYI034 to not trigger on metaclasses (PYI034) (#20881)
  • [flake8-type-checking] FixTC003 false positive withfuture-annotations (#21125)
  • [pyflakes] Fix false positive for__class__ in lambda expressions within class definitions (F821) (#20564)
  • [pyupgrade] Fix false positive forTypeVar with default on Python <3.13 (UP046,UP047) (#21045)

Rule changes

  • Add missing docstring sections to the numpy list (#20931)
  • [airflow] Extendairflow.models..Param check (AIR311) (#21043)
  • [airflow] Warn thatairflow....DAG.create_dagrun has been removed (AIR301) (#21093)
  • [refurb] Preserve digit separators inDecimal constructor (FURB157) (#20588)

Server

  • Avoid sending an unnecessary "clear diagnostics" message for clients supporting pull diagnostics (#21105)

Documentation

  • [flake8-bandit] Fix correct example forS308 (#21128)

Other changes

  • Clearer error message whenline-length goes beyond threshold (#21072)

Contributors

... (truncated)

Commits
  • 8737a2d Bump v0.14.3 (#21152)
  • 3be3a10 [ty] Don't provide completions when in class or function definition (#21146)
  • 13375d0 [ty] Use the top materialization of classes for narrowing in class-patterns f...
  • c0b04d4 [ty] Update "constraint implication" relation to work on constraints between ...
  • 1c7ea69 [flake8-type-checking] FixTC003 false positive withfuture-annotations...
  • 9bacd19 [ty] Fix lookup of__new__ on instances (#21147)
  • f0fe6d6 Fix syntax error false positive on nested alternative patterns (#21104)
  • 10bda3d [pyupgrade] Fix false positive forTypeVar with default on Python <3.13 (...
  • e55bc94 [ty] Reachability and narrowing for enum methods (#21130)
  • 1b0ee46 [ty] Userange instead of customIntIterable (#21138)
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.2 to 0.14.3.- [Release notes](https://github.com/astral-sh/ruff/releases)- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)- [Commits](astral-sh/ruff@0.14.2...0.14.3)---updated-dependencies:- dependency-name: ruff  dependency-version: 0.14.3  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file python:uvPull requests that update python:uv code labelsNov 4, 2025
@oschwaldoschwald merged commite79ca15 intomainNov 4, 2025
89 checks passed
@oschwaldoschwald deleted the dependabot/uv/ruff-0.14.3 branchNovember 4, 2025 15:08
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@oschwaldoschwaldoschwald approved these changes

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filepython:uvPull requests that update python:uv code

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@oschwald

[8]ページ先頭

©2009-2025 Movatter.jp