From 3538c711c1f812eb042344ac9122d204d8290d3f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 20:15: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/asottile/pyupgrade: v3.19.1 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.19.1...v3.21.2) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.12.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.1.2...7.3.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](https://github.com/PyCQA/isort/compare/6.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.19.1) - [github.com/teemtee/tmt.git: 1.43.0 → 1.64.0](https://github.com/teemtee/tmt.git/compare/1.43.0...1.64.0) - [github.com/packit/pre-commit-hooks: v1.2.0 → v1.3.0](https://github.com/packit/pre-commit-hooks/compare/v1.2.0...v1.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.36.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.31.3...0.36.0) - [github.com/crate-ci/typos: v1.36.2 → v1](https://github.com/crate-ci/typos/compare/v1.36.2...v1) --- .pre-commit-config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b749fa..63f9727 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,11 +4,11 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.21.2 hooks: - id: pyupgrade - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier @@ -16,7 +16,7 @@ repos: hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -32,7 +32,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/PyCQA/flake8 - rev: 7.1.2 + rev: 7.3.0 hooks: - id: flake8 args: @@ -40,12 +40,12 @@ repos: # https://github.com/PyCQA/pycodestyle/issues/373 - --extend-ignore=E203 - repo: https://github.com/PyCQA/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort args: [--profile, black] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.19.1 hooks: - id: mypy args: [--show-error-codes, --ignore-missing-imports] @@ -57,20 +57,20 @@ repos: # This file is overridden by a type stub exclude: "specfile/context_management.py" - repo: https://github.com/teemtee/tmt.git - rev: 1.43.0 + rev: 1.64.0 hooks: - id: tmt-lint # linting of the reverse-dependency tests requires internet access stages: [manual, pre-push] - repo: https://github.com/packit/pre-commit-hooks - rev: v1.2.0 + rev: v1.3.0 hooks: - id: check-rebase args: - https://github.com/packit/specfile.git stages: [manual, pre-push] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.3 + rev: 0.36.0 hooks: - id: check-github-workflows args: ["--verbose"] @@ -85,7 +85,7 @@ repos: - --comment-style - "#" - repo: https://github.com/crate-ci/typos - rev: v1.36.2 + rev: v1 hooks: - id: typos args: [--config, _typos.toml]