diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 89745111d..4e45f6d94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: stages: [manual] - repo: https://github.com/PyCQA/isort - rev: 5.11.0 + rev: v5.11.3 hooks: - id: isort args: ["-a", "from __future__ import annotations"] @@ -98,7 +98,7 @@ repos: - id: python-use-type-annotations - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.8.0.4 + rev: v0.9.0.2 hooks: - id: shellcheck