-
Notifications
You must be signed in to change notification settings - Fork 17
[pre-commit.ci] pre-commit autoupdate #183
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
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
Reviewer's Guide by SourceryThis pull request updates the pre-commit hook versions for ruff-pre-commit and mypy. The changes are implemented by modifying the version tags in the .pre-commit-config.yaml file, ensuring that the repository uses the newer versions of these hooks. Flow Diagram for Pre-commit Hook Version Updateflowchart TD
A[Start] --> B[Load .pre-commit-config.yaml]
B --> C[Check 'ruff-pre-commit' version: v0.9.4]
B --> D[Check 'mypy' version: v1.14.1]
C --> E[Update 'ruff-pre-commit' version to v0.9.6]
D --> F[Update 'mypy' version to v1.15.0]
E --> G[Save updated config]
F --> G
G --> H[Commit changes]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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!
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
updates:
Summary by Sourcery
Build:
ruffandmypypre-commit hooks to the latest versions.