Skip to content

Commit

Permalink
update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
noahp committed Sep 8, 2023
1 parent fe74db5 commit 6d014db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude: |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files # Prevent giant files from being committed
- id: check-case-conflict # Check for files that would conflict in case-insensitive filesystems
Expand All @@ -20,13 +20,13 @@ repos:
- id: trailing-whitespace # This hook trims trailing whitespace.

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.19.1
rev: 0.26.3
hooks:
- id: check-github-actions
- id: check-github-workflows

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.3
hooks:
- id: prettier
args: [--write, --prose-wrap=always]
Expand All @@ -38,6 +38,6 @@ repos:
- id: dockerfilelint

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.4
rev: v0.9.0.5
hooks:
- id: shellcheck

0 comments on commit 6d014db

Please sign in to comment.