diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 038f8145c..c35b43fc3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,12 +15,12 @@ repos: - id: detect-private-key stages: [commit] - repo: https://github.com/crate-ci/typos - rev: v1.4.1 + rev: v1.12.10 hooks: - id: typos stages: [commit] - repo: https://github.com/crate-ci/committed - rev: v1.0.1 + rev: v1.0.5 hooks: - id: committed stages: [commit-msg]