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.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/golangci/golangci-lint: v1.49.0 → v1.52.0](golangci/golangci-lint@v1.49.0...v1.52.0)
- [github.com/zricethezav/gitleaks: v8.11.2 → v8.16.1](gitleaks/gitleaks@v8.11.2...v8.16.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 21, 2023
1 parent 4e532d7 commit a96dc23
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.4.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.52.0
hooks:
- id: golangci-lint
- repo: https://github.com/zricethezav/gitleaks
rev: v8.11.2
rev: v8.16.1
hooks:
- id: gitleaks

Expand Down

0 comments on commit a96dc23

Please sign in to comment.