Skip to content

Commit

Permalink
chore(deps): Update pre-commit hooks (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: fredclausen <[email protected]>
  • Loading branch information
github-actions[bot] and fredclausen authored Jul 1, 2024
1 parent e8eebfc commit 142ccdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
# - "prettier-plugin-sh"

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.5.0
rev: v9.6.0
hooks:
- id: eslint
files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand All @@ -65,7 +65,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.5
rev: 0.28.6
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit 142ccdf

Please sign in to comment.