Skip to content

Commit

Permalink
Update GitHub checkout action and pre-commit hooks (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde authored Sep 12, 2023
1 parent 4096495 commit a60dd08
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 @@ -31,7 +31,7 @@ repos:
stages:
- commit-msg
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.9.0
rev: v0.9.2
hooks:
- id: markdownlint-cli2
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand All @@ -44,12 +44,12 @@ repos:
- id: codespell
args: [--ignore-words=.codespellignore]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.25.0
rev: 0.26.3
hooks:
- id: check-github-actions
- id: check-github-workflows
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.2
rev: v3.0.3
hooks:
- id: prettier
types_or:
Expand Down

0 comments on commit a60dd08

Please sign in to comment.