-
-
Notifications
You must be signed in to change notification settings - Fork 586
[pre-commit.ci] pre-commit autoupdate #3988
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Greptile Summary
This PR is an automated dependency update from pre-commit.ci that upgrades the Ruff pre-commit hook from version v0.12.10 to v0.12.11. The change is limited to a single line modification in .pre-commit-config.yaml
, updating the revision tag for the github.com/astral-sh/ruff-pre-commit
repository.
Ruff is a fast Python linter and code formatter that the project uses as part of its pre-commit hooks to maintain code quality. The pre-commit configuration includes two Ruff hooks: ruff-format
for code formatting and ruff
for static analysis checks, both excluding files in the tests/*/snapshots/
directory. This update ensures the project benefits from the latest bug fixes in Ruff v0.12.11, which addresses several false positives including issues with RUF026 (default-factory-kwarg) for f-strings, preservation of relative whitespace in multi-line expressions (RUF033), and handling of empty f-strings in RUF037 (unnecessary-empty-iterable-within-deque-call).
The automated nature of this update through pre-commit.ci is part of the project's maintenance strategy to keep development tools current without manual intervention. All other pre-commit hook configurations remain unchanged, maintaining consistency in the project's code quality enforcement.
Confidence score: 5/5
- This PR is safe to merge with minimal risk as it's a routine patch version update of a linting tool
- Score reflects the automated nature of the update and that it's a bug fix release with no breaking changes
- No files require special attention as this is a straightforward dependency version bump
1 file reviewed, no comments
73b8348
to
b565b35
Compare
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.10...v0.13.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
b565b35
to
e76c71a
Compare
for more information, see https://pre-commit.ci
Hi, thanks for contributing to Strawberry 🍓! We noticed that this PR is missing a So as soon as this PR is merged, a release will be made 🚀. Here's an example of Release type: patch
Description of the changes, ideally with some examples, if adding a new feature. Release type can be one of patch, minor or major. We use semver, so make sure to pick the appropriate type. If in doubt feel free to ask :) Here's the tweet text:
|
Apollo Federation Subgraph Compatibility Results
Learn more: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3988 +/- ##
=======================================
Coverage 94.24% 94.24%
=======================================
Files 531 531
Lines 34829 34829
Branches 1847 1847
=======================================
+ Hits 32824 32826 +2
+ Misses 1700 1698 -2
Partials 305 305 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #3988 will not alter performanceComparing Summary
|
updates: