diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12d37bcf6..23e0f90e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: hooks: - id: sort-all - repo: https://github.com/PyCQA/isort - rev: '7.0.0' + rev: '8.0.0' hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror @@ -71,7 +71,7 @@ repos: - id: flake8 exclude: "^apolo-sdk/docs/" - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.11 hooks: - id: actionlint-docker args: @@ -82,7 +82,7 @@ repos: - -ignore - 'SC1004:' - repo: https://github.com/sirosen/check-jsonschema - rev: 0.36.0 + rev: 0.36.2 hooks: - id: check-github-actions ci: