From 93154dd92dc25a48fbcedb14422f6c487e15875b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:38:53 +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/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v6.0.0) - [github.com/lsst-ts/pre-commit-xmllint: v1.0.0 → 6f36260b537bf9a42b6ea5262c915ae50786296e](https://github.com/lsst-ts/pre-commit-xmllint/compare/v1.0.0...6f36260b537bf9a42b6ea5262c915ae50786296e) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.15.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.12.0...v2.15.0) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.24.1](https://github.com/abravalheri/validate-pyproject/compare/v0.16...v0.24.1) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.17.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.17.1) - [github.com/psf/black: 22.10.0 → 25.1.0](https://github.com/psf/black/compare/22.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.12.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.278...v0.12.12) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6ac815..5bb33f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,21 +11,21 @@ repos: - id: check-toml - id: debug-statements - repo: https://github.com/lsst-ts/pre-commit-xmllint - rev: v1.0.0 + rev: 6f36260b537bf9a42b6ea5262c915ae50786296e hooks: - id: format-xmllint - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.12.0 + rev: v2.15.0 hooks: - id: pretty-format-toml args: ["--autofix", "--no-sort"] - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.16 + rev: v0.24.1 hooks: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.17.1" hooks: - id: mypy additional_dependencies: @@ -37,12 +37,12 @@ repos: types-requests, ] - repo: https://github.com/psf/black - rev: "22.10.0" + rev: "25.1.0" hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.278 + rev: v0.12.12 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]