Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2025

Dependabot compatibility score

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 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)

Important

Update ruff version constraint in pyproject.toml to >=0.1.8,<0.13.0.

  • Dependencies:
    • Update ruff version constraint in pyproject.toml from >=0.1.8,<0.6.0 to >=0.1.8,<0.13.0.

This description was created by Ellipsis for 8ef1b63. You can customize this summary. It will automatically update as commits are pushed.

Greptile Summary

Disclaimer: Experimental PR review

Updates Ruff linter from 0.5.7 to 0.12.1, bringing major improvements to the Python linting toolchain while maintaining the project's existing linting configuration.

  • Relaxes version constraint in pyproject.toml from <0.6.0 to <0.13.0 while keeping minimum version at >=0.1.8
  • Maintains current linting rules including docstring enforcement ("D", "D401") and Google style convention as defined in ruff.toml
  • Preserves API directory exclusions (langfuse/api/**/*.py) from linting in both local and CI configurations
  • Adds compatibility with Python 3.13.4's f-string formatting improvements
  • Brings enhanced syntax error detection capabilities while maintaining backward compatibility

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 27, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

1 file reviewed, no comments
Edit PR Review Bot Settings | Greptile

@dependabot dependabot bot force-pushed the dependabot/pip/ruff-0.12.1 branch from 8ef1b63 to 5fead47 Compare June 30, 2025 05:33
---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/ruff-0.12.1 branch from 5fead47 to 495ffd9 Compare July 4, 2025 05:36
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 4, 2025

Superseded by #1238.

@dependabot dependabot bot closed this Jul 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/ruff-0.12.1 branch July 4, 2025 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant