diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a84afd..337f9ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,11 +12,11 @@ repos: hooks: - id: md-dead-link-check - repo: https://github.com/crate-ci/typos - rev: v1.40.0 + rev: v1 hooks: - id: typos - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.0.192 + rev: v0.0.194 hooks: - id: rumdl-fmt ...