From f578d2dcee4f98acc6ad38ded25c4b49fb66bd73 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 21:24:31 +0000 Subject: [PATCH] chore: pre-commit autoupdate\\n\\nAutomatically generated by pre-commit.ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.4...v0.12.2) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](https://github.com/asottile/pyupgrade/compare/v3.19.1...v3.20.0) - [github.com/gitleaks/gitleaks: v8.24.2 → v8.27.2](https://github.com/gitleaks/gitleaks/compare/v8.24.2...v8.27.2) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](https://github.com/rstcheck/rstcheck/compare/v6.2.4...v6.2.5) - [github.com/adrienverge/yamllint: v1.37.0 → v1.37.1](https://github.com/adrienverge/yamllint/compare/v1.37.0...v1.37.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.16.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 7fe9918..8097543 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.4 + rev: v0.12.2 hooks: # Run the linter. - id: ruff @@ -56,17 +56,17 @@ repos: name: Validate pyproject.toml - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade - repo: https://github.com/gitleaks/gitleaks - rev: v8.24.2 + rev: v8.27.2 hooks: - id: gitleaks - repo: https://github.com/rstcheck/rstcheck - rev: v6.2.4 + rev: v6.2.5 hooks: - id: rstcheck additional_dependencies: @@ -89,7 +89,7 @@ repos: - id: actionlint - repo: https://github.com/adrienverge/yamllint - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint args: ["--strict", "--config-file=.yamllint.yaml"] @@ -106,7 +106,7 @@ repos: ) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.16.1 hooks: - id: mypy additional_dependencies: