-
Notifications
You must be signed in to change notification settings - Fork 11
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
ci: [pre-commit.ci] pre-commit autoupdate #1242
base: develop
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the pre-commit hook configurations by bumping the versions for the ruff-pre-commit and mypy hooks. The changes are implemented by modifying the .pre-commit-config.yaml file with the new version tags using pre-commit autoupdate. Flow diagram for pre-commit autoupdate processflowchart TD
A[Run pre-commit autoupdate] --> B[Read .pre-commit-config.yaml]
B --> C[Identify outdated hooks]
C --> D{Hook type}
D -- ruff-pre-commit --> E[Update version from v0.9.4 to v0.9.6]
D -- mypy --> F[Update version from v1.14.1 to v1.15.0]
E --> G[Write updated configuration]
F --> G
G --> H[Commit changes]
H --> I[Trigger CI]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, pre-commit-ci[bot]!). We assume it knows what it's doing!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1242 +/- ##
===========================================
- Coverage 93.16% 93.15% -0.02%
===========================================
Files 210 210
Lines 33288 33288
===========================================
- Hits 31014 31009 -5
- Misses 2274 2279 +5 ☔ View full report in Codecov by Sentry. |
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.4...v0.9.7) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
bef211e
to
d76b108
Compare
|
updates:
Summary by Sourcery
CI:
ruff-pre-commit
from v0.9.4 to v0.9.6 andmirrors-mypy
from v1.14.1 to v1.15.0.