-
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 #198
Conversation
updates: - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
Review changes with SemanticDiff. |
PR Summary
|
PR Description updated to latest commit (58f0587) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #198 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 21 21
Lines 2371 2371
Branches 258 258
=========================================
Hits 2371 2371 ☔ View full report in Codecov by Sentry. |
PR Analysis(review updated until commit 58f0587)
PR Feedback
How to useInstructions
|
Persistent review updated to latest commit 58f0587 |
Type
Enhancement
Description
This PR includes updates to the versions of three pre-commit hooks in the
.pre-commit-config.yaml
file:psf/black
has been updated from 23.12.0 to 23.12.1astral-sh/ruff-pre-commit
has been updated from v0.1.8 to v0.1.9pre-commit/mirrors-mypy
has been updated from v1.7.1 to v1.8.0PR changes walkthrough
1 files
.pre-commit-config.yaml
.pre-commit-config.yaml
The versions of three pre-commit hooks have been updated:
psf/black
from 23.12.0 to 23.12.1,astral-sh/ruff-pre-commit
from v0.1.8 to v0.1.9, andpre-commit/mirrors-mypy
from v1.7.1 to v1.8.0.User description
updates: