From 509c44d3d575ca3dd319fa79213ea25cb01373a7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:51:21 +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/astral-sh/ruff-pre-commit: v0.8.4 → v0.11.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.11.2) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](https://github.com/executablebooks/mdformat/compare/0.7.21...0.7.22) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](https://github.com/executablebooks/mdformat/compare/0.7.21...0.7.22) - [github.com/crate-ci/typos: v1.28.4 → v1](https://github.com/crate-ci/typos/compare/v1.28.4...v1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fa8e9c..b7f657e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: python-use-type-annotations - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.11.2 hooks: - id: ruff args: [--config, pyproject.toml, hooks, tests] @@ -45,7 +45,7 @@ repos: - id: ruff-format args: [--config, pyproject.toml] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: [ @@ -59,7 +59,7 @@ repos: {{cookiecutter.project_slug}}/README.md )$ - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: [ @@ -69,7 +69,7 @@ repos: args: [--wrap, "88"] files: (docs/.) - repo: https://github.com/crate-ci/typos - rev: v1.28.4 + rev: v1 hooks: - id: typos - repo: meta