Skip to content

Commit

Permalink
Update pre-commit-config (#363)
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <john@testifysec.com>
Co-authored-by: Kairo Araujo <kairo.araujo@testifysec.com>
  • Loading branch information
jkjell and kairoaraujo authored Aug 27, 2024
1 parent e0cfc13 commit be21781
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 @@ -14,19 +14,19 @@

repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
rev: v8.18.4
hooks:
- id: gitleaks
- repo: https://github.com/golangci/golangci-lint
rev: v1.56.2
rev: v1.60.3
hooks:
- id: golangci-lint
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: shellcheck
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace

0 comments on commit be21781

Please sign in to comment.