Skip to content

Commit

Permalink
chore(deps): Update pre-commit hooks (#46)
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 Jun 16, 2024
1 parent 9a3227b commit 83f6ce8
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 @@ -24,7 +24,7 @@ repos:
- id: black

- repo: https://github.com/pycqa/flake8
rev: "7.0.0" # pick a git hash / tag to point to
rev: "7.1.0" # pick a git hash / tag to point to
hooks:
- id: flake8
args: ["--extend-ignore=W503,W504,E501"]
Expand All @@ -41,7 +41,7 @@ repos:
# - "prettier-plugin-sh"

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.4.0
rev: v9.5.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.4
rev: 0.28.5
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit 83f6ce8

Please sign in to comment.