From e1fb720f6e7a05a6100c6e1bbad799f7bcd29d94 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:55:39 +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/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/26.3.1...26.5.1) - [github.com/teemtee/tmt: 1.72.0 → 1.78.0](https://github.com/teemtee/tmt/compare/1.72.0...1.78.0) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.38.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.1...0.38.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6afed8..0a504f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/gitleaks/gitleaks @@ -52,10 +52,10 @@ repos: additional_dependencies: - mdformat-gfm - repo: https://github.com/teemtee/tmt - rev: 1.72.0 + rev: 1.78.0 hooks: - id: tmt-lint - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.38.0 hooks: - id: check-github-actions