Skip to content

Commit

Permalink
ci(deps): update pre-commit hooks (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent efac448 commit e7b78a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ repos:
- id: prettier

- repo: https://github.com/crate-ci/typos
rev: v1.17.1
rev: v1.18.2
hooks:
- id: typos

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.28.0
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -44,12 +44,12 @@ repos:
- id: checkmake

- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.1
rev: v8.18.2
hooks:
- id: gitleaks

- repo: https://github.com/golangci/golangci-lint
rev: v1.55.2
rev: v1.56.1
hooks:
- id: golangci-lint

Expand Down

0 comments on commit e7b78a0

Please sign in to comment.