-
Notifications
You must be signed in to change notification settings - Fork 81
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 autoupdate #647
Conversation
WalkthroughThis update primarily involves enhancing the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant PreCommit
participant Ruff
participant Black
participant Mypy
User->>PreCommit: Trigger commit
PreCommit->>Ruff: Run linting
Ruff-->>PreCommit: Return lint results
PreCommit->>Black: Format code
Black-->>PreCommit: Return formatted code
PreCommit->>Mypy: Check types
Mypy-->>PreCommit: Return type results
PreCommit-->>User: Commit complete
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
Documentation and Community
Early access features: disabledWe are currently testing the following features in early access:
Note:
|
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.0...v0.6.3) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](pre-commit/mirrors-mypy@v1.10.1...v1.11.2)
5e6cea0
to
f800cc7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #647 +/- ##
=======================================
Coverage 67.43% 67.43%
=======================================
Files 68 68
Lines 5276 5276
=======================================
Hits 3558 3558
Misses 1718 1718 ☔ View full report in Codecov by Sentry. |
updates: