-
Notifications
You must be signed in to change notification settings - Fork 27
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 #212
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
Review changes with SemanticDiff. |
Important Auto Review SkippedBot user detected. To trigger a single review, invoke 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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
PR Summary
|
PR Description updated to latest commit (64aebe9) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #212 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 21 21
Lines 2274 2274
Branches 242 242
=========================================
Hits 2274 2274 ☔ View full report in Codecov by Sentry. |
User description
updates:
Type
enhancement
Description
This PR updates the versions of two pre-commit hooks:
ruff-pre-commit
is updated fromv0.2.2
tov0.3.2
.mirrors-mypy
is updated fromv1.8.0
tov1.9.0
.These updates ensure that the latest features and bug fixes from these tools are utilized.
Changes walkthrough
.pre-commit-config.yaml
Update pre-commit hooks for ruff and mypy
.pre-commit-config.yaml
ruff-pre-commit
fromv0.2.2
tov0.3.2
.mirrors-mypy
fromv1.8.0
tov1.9.0
.