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
Summary
The
.pre-commit-config.yamlfile 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
pre-commit/pre-commit-hooksv4.5.0v6.0.0Yelp/detect-secretsv1.4.0v1.5.0Suggested Fix
Update
.pre-commit-config.yaml:References
pre-commit-hooksreleases: https://github.com/pre-commit/pre-commit-hooks/releasesdetect-secretsreleases: https://github.com/Yelp/detect-secrets/releases