Skip to content

Commit

Permalink
ci: update .pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
janfuhrer committed Dec 27, 2024
1 parent 1212f07 commit f95dab1
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
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
exclude_types: ['markdown']
Expand All @@ -12,7 +12,7 @@ repos:
- id: check-executables-have-shebangs
- id: check-merge-conflict
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
rev: v8.22.0
hooks:
- id: gitleaks
- repo: https://github.com/dnephin/pre-commit-golang
Expand All @@ -23,6 +23,6 @@ repos:
- id: go-imports
- id: go-unit-tests
- repo: https://github.com/golangci/golangci-lint
rev: v1.59.1
rev: v1.62.2
hooks:
- id: golangci-lint

0 comments on commit f95dab1

Please sign in to comment.