Skip to content

Commit

Permalink
ci(deps): update pre-commit hooks (#66)
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 Apr 7, 2024
1 parent 735ed3f commit 629165f
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 @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -23,12 +23,12 @@ repos:
- id: prettier

- repo: https://github.com/crate-ci/typos
rev: v1.19.0
rev: v1.20.4
hooks:
- id: typos

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -49,7 +49,7 @@ repos:
- id: gitleaks

- repo: https://github.com/golangci/golangci-lint
rev: v1.56.2
rev: v1.57.2
hooks:
- id: golangci-lint

Expand Down

0 comments on commit 629165f

Please sign in to comment.