-
-
Notifications
You must be signed in to change notification settings - Fork 544
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
[pre-commit.ci] pre-commit autoupdate #3270
Conversation
7a79530
to
225b1d4
Compare
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:
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3270 +/- ##
===========================================
+ Coverage 46.98% 90.94% +43.96%
===========================================
Files 493 496 +3
Lines 30983 31059 +76
Branches 3800 3806 +6
===========================================
+ Hits 14556 28246 +13690
+ Misses 16058 2606 -13452
+ Partials 369 207 -162 |
CodSpeed Performance ReportMerging #3270 will improve performances by 26.37%Comparing Summary
Benchmarks breakdown
|
1f577fa
to
d470a1d
Compare
203f796
to
754868b
Compare
@@ -14,7 +14,7 @@ repos: | |||
exclude: (CHANGELOG|TWEET).md | |||
|
|||
- repo: https://github.com/pre-commit/mirrors-prettier | |||
rev: v3.1.0 | |||
rev: v4.0.0-alpha.8 |
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.
why does this auto-upgrade to alphas o.O
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.
yeah, there's an issue on their repo, but it's a wontfix :'D
@@ -65,7 +65,7 @@ def __init__(self, validation_context: ValidationContext): | |||
|
|||
|
|||
def count_fields_with_alias( | |||
selection_set_owner: Union[ExecutableDefinitionNode, FieldNode, InlineFragmentNode] | |||
selection_set_owner: Union[ExecutableDefinitionNode, FieldNode, InlineFragmentNode], |
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.
not a fan tbh :D
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.
I don't mind
a1d5025
to
1d9275f
Compare
d33cb8f
to
91a16fd
Compare
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.6...v0.2.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
853de44
to
364acfc
Compare
for more information, see https://pre-commit.ci
updates: