Skip to content
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 #25

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# Syncs pre-commit dependencies with the latest versions.
- repo: https://github.com/mxr/sync-pre-commit-deps
rev: "v0.0.1"
rev: "v0.0.2"
hooks:
- id: sync-pre-commit-deps
# Pre-commit hooks for general file checks
Expand Down Expand Up @@ -54,7 +54,7 @@ repos:
types: [shell]
# Actionlint for linting GitHub Actions YAML files
- repo: https://github.com/rhysd/actionlint
rev: "v1.7.4"
rev: "v1.7.5"
hooks:
- id: actionlint
# Yamlfmt for formatting YAML files
Expand All @@ -69,7 +69,7 @@ repos:
- id: codespell
# Gitleaks for detecting secrets in Git repositories
- repo: https://github.com/gitleaks/gitleaks
rev: "v8.22.0"
rev: "v8.22.1"
hooks:
- id: gitleaks
# Talisman for pre-commit Git hooks to detect sensitive files
Expand Down
Loading