Skip to content

Commit

Permalink
chore: bump pre-commit hooks to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Feb 6, 2025
1 parent 1bdf1a8 commit bd0d372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ repos:
hooks:
- id: detect-secrets
- repo: https://github.com/gitleaks/gitleaks
rev: v8.22.1
rev: v8.23.3
hooks:
- id: gitleaks
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint-fix
stages: ["pre-commit"]
Expand All @@ -46,7 +46,7 @@ repos:
stages: ["pre-push"]
# GitHub Actions
- repo: https://github.com/rhysd/actionlint
rev: v1.7.6
rev: v1.7.7
hooks:
- id: actionlint
args: ["-pyflakes="]
Expand Down

0 comments on commit bd0d372

Please sign in to comment.