Skip to content

Commit

Permalink
ci(deps): update pre-commit hooks (#29)
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] committed Aug 26, 2023
1 parent b57a1bb commit 04ef3a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.2
hooks:
- id: prettier

- repo: https://github.com/crate-ci/typos
rev: v1.16.1
rev: v1.16.8
hooks:
- id: typos

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.3
rev: 0.26.1
hooks:
- id: check-github-workflows
- id: check-renovate

- repo: https://github.com/gitleaks/gitleaks
rev: v8.17.0
rev: v8.18.0
hooks:
- id: gitleaks

- repo: https://github.com/golangci/golangci-lint
rev: v1.53.3
rev: v1.54.2
hooks:
- id: golangci-lint

0 comments on commit 04ef3a7

Please sign in to comment.