diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f68f3f..71ee1fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/AlexanderDokuchaev/md-dead-link-check - rev: v1.2.0 + rev: v1.3.0 hooks: - id: md-dead-link-check - repo: https://github.com/crate-ci/typos @@ -16,7 +16,7 @@ repos: hooks: - id: typos - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.0 + rev: v0.1.10 hooks: - id: rumdl-fmt ...