-
Notifications
You must be signed in to change notification settings - Fork 92
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 #291
Conversation
updates: - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/pycqa/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.7...v0.1.8)
Review changes with SemanticDiff. |
PR Summary
|
PR Description updated to latest commit (ecc2940) |
PR Analysis(review updated until commit ecc2940)
PR Feedback
How to useInstructions
|
Persistent review updated to latest commit ecc2940 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #291 +/- ##
========================================
Coverage 90.18% 90.18%
========================================
Files 39 39
Lines 4565 4565
Branches 518 518
========================================
Hits 4117 4117
Misses 359 359
Partials 89 89 ☔ View full report in Codecov by Sentry. |
Type
Enhancement
Description
This PR updates the versions of several dependencies used in the pre-commit configuration. The updates are as follows:
PR changes walkthrough
1 files
.pre-commit-config.yaml
.pre-commit-config.yaml
The versions of 'black', 'isort', and 'ruff-pre-commit' have
been updated in the pre-commit configuration file.
User description
updates: