diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e3331d..1c6d0e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.2.1 hooks: - id: ruff args: @@ -85,7 +85,7 @@ - id: name-tests-test - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.4 + rev: 0.28.0 hooks: - id: check-dependabot - id: check-github-actions @@ -102,7 +102,7 @@ - --without-urls - id: poetry-install - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.7.0-4 + rev: v3.8.0-1 hooks: - id: shfmt files: \.(bash|sh|zsh)(\.tmpl)?$