generated from StabilityNexus/Template-Repo
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Summary
The .pre-commit-config.yaml file in this repository uses outdated versions of two pre-commit hooks. These should be bumped to their latest releases to benefit from bug fixes, security patches, and new features.
Outdated Dependencies
| Hook repo | Current version | Latest version |
|---|---|---|
pre-commit/pre-commit-hooks |
v4.5.0 |
v6.0.0 |
Yelp/detect-secrets |
v1.4.0 |
v1.5.0 |
Suggested Fix
Update .pre-commit-config.yaml:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0 # was v4.5.0
...
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0 # was v1.4.0
...References
- Identified via review of chore: add pre-commit configuration for code quality checks SocialShareButton#107
- Requested by @kpj2006 in comment: chore: add pre-commit configuration for code quality checks SocialShareButton#107
pre-commit-hooksreleases: https://github.com/pre-commit/pre-commit-hooks/releasesdetect-secretsreleases: https://github.com/Yelp/detect-secrets/releases
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels