diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 961ca96..b19d4c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - id: shellcheck - repo: https://github.com/sirosen/check-jsonschema - rev: 0.28.1 + rev: 0.28.2 hooks: - id: check-github-actions - id: check-github-workflows @@ -55,7 +55,7 @@ repos: # lint python formatting - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black