diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f526e1..038f814 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.2.1 + rev: v1.4.1 hooks: - id: typos stages: [commit] - repo: https://github.com/crate-ci/committed - rev: v0.2.6 + rev: v1.0.1 hooks: - id: committed stages: [commit-msg]