From d46e6feb25e3d9421ecb05f6688294999318ad91 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 21:35:42 +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.5.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/26.5.0...26.5.1) - [github.com/PyCQA/isort: 9.0.0a3 → 9.0.1](https://github.com/PyCQA/isort/compare/9.0.0a3...9.0.1) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.1](https://github.com/pre-commit/mirrors-mypy/compare/v2.1.0...v2.3.1) - [github.com/teemtee/tmt.git: 1.73.0 → 1.78.0](https://github.com/teemtee/tmt.git/compare/1.73.0...1.78.0) - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.38.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.2...0.38.0) - [github.com/crate-ci/typos: v1 → v1.50.2](https://github.com/crate-ci/typos/compare/v1...v1.50.2) --- .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 9299f5b..c27e8b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: hooks: - id: pyupgrade - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.5.0 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier @@ -40,12 +40,12 @@ repos: # https://github.com/PyCQA/pycodestyle/issues/373 - --extend-ignore=E203 - repo: https://github.com/PyCQA/isort - rev: 9.0.0a3 + rev: 9.0.1 hooks: - id: isort args: [--profile, black] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.1 hooks: - id: mypy args: [--show-error-codes, --ignore-missing-imports] @@ -57,7 +57,7 @@ repos: # This file is overridden by a type stub exclude: "specfile/context_management.py" - repo: https://github.com/teemtee/tmt.git - rev: 1.73.0 + rev: 1.78.0 hooks: - id: tmt-lint # linting of the reverse-dependency tests requires internet access @@ -70,7 +70,7 @@ repos: - https://github.com/packit/specfile.git stages: [manual, pre-push] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.2 + rev: 0.38.0 hooks: - id: check-github-workflows args: ["--verbose"] @@ -85,7 +85,7 @@ repos: - --comment-style - "#" - repo: https://github.com/crate-ci/typos - rev: v1 + rev: v1.50.2 hooks: - id: typos args: [--config, _typos.toml]