From 8db8caa327e37e692304d8c707c9d7d06c3a7dc3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:04:28 +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/renovatebot/pre-commit-hooks: 39.85.0 → 39.136.1](https://github.com/renovatebot/pre-commit-hooks/compare/39.85.0...39.136.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.9.3) - [github.com/streetsidesoftware/cspell-cli: v8.17.0 → v8.17.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.0...v8.17.1) - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.43.0...v0.44.0) - [github.com/ansible/ansible-lint: v24.12.2 → v25.1.0](https://github.com/ansible/ansible-lint/compare/v24.12.2...v25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.0...v1.14.1) --- .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 f3a032a..3be292b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,12 +5,12 @@ ci: - deps repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.85.0 + rev: 39.136.1 hooks: - id: renovate-config-validator args: [--strict] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.9.3 hooks: - id: ruff args: @@ -26,14 +26,14 @@ repos: - prettier-plugin-toml - prettier-plugin-sort-json - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.17.0 + rev: v8.17.1 hooks: - id: cspell # entry: codespell --relative args: [--relative, --no-progress, --no-summary] name: Spell check with cspell - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.44.0 hooks: - id: markdownlint - repo: https://github.com/psf/black @@ -54,7 +54,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/ansible/ansible-lint - rev: v24.12.2 + rev: v25.1.0 hooks: - id: ansible-lint language_version: python3.10 # minimal supported officially @@ -69,7 +69,7 @@ repos: - yaml entry: yamllint --strict - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.0 + rev: v1.14.1 hooks: - id: mypy entry: mypy src/