From c3323122f9bd8b523f012e5793fde0cdcb68914e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:45:09 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.2.0...v5.0.0) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](https://github.com/executablebooks/mdformat/compare/0.7.18...0.7.19) - [github.com/crate-ci/typos: v1.26.0 → typos-dict-v0.11.35](https://github.com/crate-ci/typos/compare/v1.26.0...typos-dict-v0.11.35) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c59b7d5..627c3b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # fail_fast: true repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v5.0.0 hooks: - id: mixed-line-ending args: [--fix, lf] @@ -13,7 +13,7 @@ repos: - id: check-added-large-files - repo: https://github.com/executablebooks/mdformat - rev: 0.7.18 + rev: 0.7.19 hooks: - id: mdformat additional_dependencies: @@ -26,7 +26,7 @@ repos: - id: markdownlint - repo: https://github.com/crate-ci/typos - rev: v1.26.0 + rev: typos-dict-v0.11.35 hooks: - id: typos