Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0)
- [github.com/golangci/golangci-lint: v1.49.0 → v1.61.0](golangci/golangci-lint@v1.49.0...v1.61.0)
- [github.com/zricethezav/gitleaks: v8.12.0 → v8.18.4](gitleaks/gitleaks@v8.12.0...v8.18.4)
  • Loading branch information
pre-commit-ci[bot] authored Sep 9, 2024
1 parent b12297d commit 19b3a62
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 @@ -2,18 +2,18 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/golangci/golangci-lint
rev: v1.49.0
rev: v1.61.0
hooks:
- id: golangci-lint
- repo: https://github.com/zricethezav/gitleaks
rev: v8.12.0
rev: v8.18.4
hooks:
- id: gitleaks

Expand Down

0 comments on commit 19b3a62

Please sign in to comment.