Skip to content

Commit

Permalink
Auto-update pre-commit hooks (autowarefoundation#426)
Browse files Browse the repository at this point in the history
Co-authored-by: KeisukeShima <[email protected]>
  • Loading branch information
1 parent 7a84b68 commit fb68263
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 @@ -34,13 +34,13 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.27.1
rev: v0.28.1
hooks:
- id: markdownlint
args: ["-c", ".markdownlint.yaml", "--fix"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
rev: v2.4.1
hooks:
- id: prettier

Expand All @@ -51,7 +51,7 @@ repos:
- id: sort-package-xml

- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.12
rev: v0.1.15
hooks:
- id: shellcheck

Expand Down

0 comments on commit fb68263

Please sign in to comment.