Skip to content

Commit

Permalink
chore(deps): Bump pre-commit hook (#77)
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
- github.com/crate-ci/typos: v1.24.6 β†’ v1.26.0
- github.com/gitleaks/gitleaks: v8.19.3 β†’ v8.20.1
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 107b90c commit c16e001
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 @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-json
- id: check-toml
Expand All @@ -22,12 +22,12 @@ repos:
args: [--whitespaces-count, "2"]

- repo: https://github.com/crate-ci/typos
rev: v1.24.6
rev: v1.26.0
hooks:
- id: typos

- repo: https://github.com/gitleaks/gitleaks
rev: v8.19.3
rev: v8.20.1
hooks:
- id: gitleaks

Expand Down

0 comments on commit c16e001

Please sign in to comment.