chore(deps-dev): bump ruff from 0.12.11 to 0.13.1 #1373
Closed
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.
Bumps ruff from 0.12.11 to 0.13.1.
Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
706be0aAddpyproject.tomlto rooster configversion_filesand bump to 0.13.1 (#2...7b40428Bump 0.13.1 (#20473)b9b5755Upgrade to the latest rooster version and include contributors in CHANGELOG (...b4b5d67[flynt] Use triple quotes for joined raw strings with newlines (FLY002) (...0b60584Bump MSRV to Rust 1.88 (#20470)821b2f8[refurb] Marksingle-item-membership-testfix as always unsafe (FURB171...1758f26Update rust toolchain to 1.90 (#20469)2502ff7[ty] Make TypeIs invariant in its type argument (#20428)144373f[flake8-use-pathlib] FixPTH101,PTH104,PTH105,PTH121fixes (#20143)91995aa[pyupgrade] Fix false positive when class name is shadowed by local variabl...You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Important
Bump
ruffversion inpyproject.tomlto include latest release 0.13.1.ruffversion inpyproject.tomlfrom>=0.1.8,<0.13.0to>=0.1.8,<0.14.0to include the latest release 0.13.1.This description was created by
for 1e0c7d1. You can customize this summary. It will automatically update as commits are pushed.
Disclaimer: Experimental PR review
Greptile Summary
Updated On: 2025-09-19 05:09:55 UTC
This PR is an automated dependency update by Dependabot that bumps the Ruff linter from version 0.12.11 to 0.13.1. The change modifies the version constraint in
pyproject.tomlfrom>=0.1.8,<0.13.0to>=0.1.8,<0.14.0, allowing the project to use the latest Ruff version while preventing automatic updates to potentially breaking major versions.Ruff is a Python linter and code formatter that the Langfuse Python SDK uses for maintaining code quality. The project has existing Ruff configuration files (
ruff.tomlandci.ruff.toml) that define linting rules, target Python version (3.8), and exclusions for thelangfuse/api/directory. This version update brings numerous improvements including better handling of t-strings, various linting rule fixes, CLI enhancements like SARIF output support, and bug fixes for several specific rules.The update maintains full backward compatibility with the existing configuration since it's a minor version bump within the same major version. The change integrates seamlessly with the existing development workflow, as the Ruff configuration files will continue to work without modification, and the linting behavior will remain consistent while benefiting from the bug fixes and improvements in the newer version.
Confidence score: 4/5