diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dcd5f03..e28381a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.0 + rev: v1.13.0 hooks: - id: mypy - repo: https://github.com/syntaqx/git-hooks @@ -32,6 +32,6 @@ repos: hooks: - id: detect-secrets - repo: https://github.com/google/keep-sorted - rev: v0.5.0 + rev: v0.5.1 hooks: - id: keep-sorted