Skip to content

chore: update outdated pre-commit hook versions in .pre-commit-config.yaml #104

@coderabbitai

Description

@coderabbitai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions