Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#156)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

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)

* Update .pre-commit-config.yaml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rodolfo Olivieri <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and r0x0d authored Nov 15, 2024
1 parent 39464a6 commit f80379a
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.21.2
hooks:
- id: gitleaks-docker
stages: [manual, push]
stages: [manual, pre-push]

0 comments on commit f80379a

Please sign in to comment.