From 7eb40fdea8e5c3504d9d4e79e22baead16e5f744 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 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.164.1](https://github.com/renovatebot/pre-commit-hooks/compare/39.85.0...39.164.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.9.6) - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.0](https://github.com/rbubley/mirrors-prettier/compare/v3.4.2...v3.5.0) - [github.com/streetsidesoftware/cspell-cli: v8.17.0 → v8.17.2](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.0...v8.17.2) - [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/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/ansible/ansible-lint: v24.12.2 → v25.1.2](https://github.com/ansible/ansible-lint/compare/v24.12.2...v25.1.2) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.0...v1.15.0) - [github.com/pycqa/pylint: v3.3.3 → v3.3.4](https://github.com/pycqa/pylint/compare/v3.3.3...v3.3.4) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3a032a..0f0af73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,19 +5,19 @@ ci: - deps repos: - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.85.0 + rev: 39.164.1 hooks: - id: renovate-config-validator args: [--strict] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.9.6 hooks: - id: ruff args: - --fix - --exit-non-zero-on-fix - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.4.2 + rev: v3.5.0 hooks: - id: prettier always_run: true @@ -26,18 +26,18 @@ repos: - prettier-plugin-toml - prettier-plugin-sort-json - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.17.0 + rev: v8.17.2 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 - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black args: @@ -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.2 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.15.0 hooks: - id: mypy entry: mypy src/ @@ -84,7 +84,7 @@ repos: - typer-config - typer>=0.12.2 - repo: https://github.com/pycqa/pylint - rev: v3.3.3 + rev: v3.3.4 hooks: - id: pylint additional_dependencies: