diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ad6dbf..ec9e5d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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] @@ -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