From 1fc3866ca64080301851ba8b43e66e9929dd86b4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:46:57 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycontribs/mirrors-prettier: v3.4.2 → v3.5.3](https://github.com/pycontribs/mirrors-prettier/compare/v3.4.2...v3.5.3) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.9.9) - [github.com/streetsidesoftware/cspell-cli: v8.17.2 → v8.17.3](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.2...v8.17.3) - [github.com/jsh9/pydoclint: 0.6.0 → 0.6.2](https://github.com/jsh9/pydoclint/compare/0.6.0...0.6.2) - [github.com/pre-commit/mirrors-mypy.git: v1.14.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.14.1...v1.15.0) - [github.com/ansible/ansible-lint: v25.1.1 → v25.1.3](https://github.com/ansible/ansible-lint/compare/v25.1.1...v25.1.3) --- .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 2274e26aa..4c7a5f539 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: )$ - repo: https://github.com/pycontribs/mirrors-prettier - rev: v3.4.2 + rev: v3.5.3 hooks: - id: prettier always_run: true @@ -62,20 +62,20 @@ repos: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.9.9 hooks: - id: ruff args: - --exit-non-zero-on-fix - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.17.2 + rev: v8.17.3 hooks: - id: cspell name: Spell check with cspell - repo: https://github.com/jsh9/pydoclint - rev: "0.6.0" + rev: "0.6.2" hooks: - id: pydoclint # This allows automatic reduction of the baseline file when needed. @@ -101,7 +101,7 @@ repos: - wcmatch - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy additional_dependencies: @@ -146,7 +146,7 @@ repos: additional_dependencies: - uv>=0.5.21 - repo: https://github.com/ansible/ansible-lint - rev: v25.1.1 + rev: v25.1.3 hooks: - id: ansible-lint stages: [manual]