From 0aacf3a17c9f20b8d25fa0266d504a44dd7464b7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:40:35 +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: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...25.11.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.18.2...v1.19.0) - [github.com/teemtee/tmt.git: 1.57.0 → 1.62.1](https://github.com/teemtee/tmt.git/compare/1.57.0...1.62.1) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.1...v0.14.7) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.35.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.34.0...0.35.0) --- .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 e74543c2..7d312551 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,8 +3,8 @@ # pre-commit install -t pre-commit -t pre-push repos: - - repo: https://github.com/psf/black - rev: 25.9.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.11.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier @@ -26,14 +26,14 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.0 hooks: - id: mypy args: [--no-strict-optional, --ignore-missing-imports] additional_dependencies: [types-setuptools, types-requests, types-Deprecated] - repo: https://github.com/teemtee/tmt.git - rev: 1.57.0 + rev: 1.62.1 hooks: - id: tmt-lint # Do not run in pre-commit.ci as it requires an internet access @@ -56,12 +56,12 @@ repos: stages: [manual, pre-push] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.13.1 + rev: v0.14.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.0 + rev: 0.35.0 hooks: - id: check-github-workflows args: ["--verbose"]