diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 53a0b78..71f509c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: "update-headers" - repo: "https://github.com/psf/black-pre-commit-mirror" - rev: "24.1.1" + rev: "24.3.0" hooks: - id: "black" @@ -50,7 +50,7 @@ repos: exclude: "README.rst" - repo: "https://github.com/shellcheck-py/shellcheck-py" - rev: "v0.9.0.6" + rev: "v0.10.0.1" hooks: - id: "shellcheck" args: @@ -66,7 +66,7 @@ repos: pass_filenames: false - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.27.4" + rev: "0.28.1" hooks: - id: "check-github-workflows" - id: "check-dependabot"