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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/gitleaks/gitleaks: v8.19.3 → v8.20.0](gitleaks/gitleaks@v8.19.3...v8.20.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent d200213 commit 4d1b416
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 @@ -3,14 +3,14 @@ exclude: ^(development/mosquitto/mosquitto.conf)

repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: "end-of-file-fixer"
- id: "trailing-whitespace"
- id: "check-merge-conflict"

- repo: https://github.com/gitleaks/gitleaks
rev: v8.19.3
rev: v8.20.0
hooks:
- id: gitleaks-docker
stages: [manual, push]
stages: [manual, Nonepre-pushNone]

0 comments on commit 4d1b416

Please sign in to comment.