From f451f448826a556331c6a6eb2232c5525ff72405 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:26:16 +0000 Subject: [PATCH] chore: pre-commit autoupdate (#350) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycontribs/mirrors-prettier: v3.3.3 → v3.4.2](https://github.com/pycontribs/mirrors-prettier/compare/v3.3.3...v3.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.6) - [github.com/streetsidesoftware/cspell-cli: v8.16.0 → v8.17.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.16.0...v8.17.0) - [github.com/jsh9/pydoclint: 0.5.9 → 0.5.14](https://github.com/jsh9/pydoclint/compare/0.5.9...0.5.14) - [github.com/pycqa/pylint.git: v3.3.2 → v3.3.3](https://github.com/pycqa/pylint.git/compare/v3.3.2...v3.3.3) - [github.com/pre-commit/mirrors-mypy.git: v1.13.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.13.0...v1.14.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9bb014d..fbce4f9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: )$ - repo: https://github.com/pycontribs/mirrors-prettier - rev: v3.3.3 + rev: v3.4.2 hooks: - id: prettier always_run: true @@ -54,7 +54,7 @@ repos: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.6 hooks: - id: ruff args: @@ -70,13 +70,13 @@ repos: - id: black - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.16.0 + rev: v8.17.0 hooks: - id: cspell name: Spell check with cspell - repo: https://github.com/jsh9/pydoclint - rev: "0.5.9" + rev: "0.5.14" hooks: - id: pydoclint # This allows automatic reduction of the baseline file when needed. @@ -84,7 +84,7 @@ repos: pass_filenames: false - repo: https://github.com/pycqa/pylint.git - rev: v3.3.2 + rev: v3.3.3 hooks: - id: pylint args: @@ -95,7 +95,7 @@ repos: - pyyaml - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: