From 71280c2622ee653715f723b23dc3d0801acdafb7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:26:01 +0530 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#1894) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/rbubley/mirrors-prettier: v3.4.1 → v3.4.2](https://github.com/rbubley/mirrors-prettier/compare/v3.4.1...v3.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.2) - [github.com/streetsidesoftware/cspell-cli: v8.16.0 → v8.16.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.16.0...v8.16.1) - [github.com/jsh9/pydoclint: 0.5.9 → 0.5.10](https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 f21479126..5be33193b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ exclude: > )$ repos: - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.4.1" + rev: "v3.4.2" hooks: - id: prettier # Original hook implementation is flaky due to *several* bugs described @@ -45,14 +45,14 @@ repos: - id: toml-sort-fix - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.1" + rev: "v0.8.2" hooks: - id: ruff args: - "--exit-non-zero-on-fix" - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.16.0 + rev: v8.16.1 hooks: - id: cspell name: Spell check with cspell @@ -147,7 +147,7 @@ repos: - flake8-docstrings # uses pydocstyle - repo: https://github.com/jsh9/pydoclint - rev: 0.5.9 + rev: 0.5.10 hooks: - id: pydoclint