Skip to content

Commit

Permalink
build: update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Nov 4, 2024
1 parent 4088758 commit 294f58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
language: system
pass_filenames: false
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-case-conflict
name: Check filename case conflicts
Expand All @@ -30,7 +30,7 @@ repos:
name: Trims trailing whitespace
args: [--markdown-linebreak-ext=md] # add exception for markdown linebreaks
- repo: https://github.com/gitleaks/gitleaks
rev: v8.20.0
rev: v8.21.2
hooks:
- id: gitleaks
name: Protect and discover secrets using Gitleaks

0 comments on commit 294f58b

Please sign in to comment.